JUnit viewer does not always detect "hideXXX"
---------------------------------------------

                 Key: ISIS-96
                 URL: https://issues.apache.org/jira/browse/ISIS-96
             Project: Isis
          Issue Type: Bug
          Components: Viewer: JUnit
    Affects Versions: 0.1.2-incubating-SNAPSHOT
            Reporter: Kevin Meyer


I have a method "public void registerVoteFor(Member member) ". 

In the HTML viewer, "public boolean hideRegisterVoteFor()" is called, but not 
in the JUnit viewer - I am expecting a HiddenException, but it is not thrown.

"public boolean hideRegisterVoteFor(Member member)" is never called, but this 
is a known, and was previously discussed.

For clarity, other "hideXXX()" methods are called, for properties (e.g. 
Member#getInitials()), and HiddenException is thrown.

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

Reply via email to