[ 
https://issues.apache.org/jira/browse/WICKET-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677833#comment-16677833
 ] 

ASF GitHub Bot commented on WICKET-6435:
----------------------------------------

Github user martin-g commented on the issue:

    https://github.com/apache/wicket/pull/298
  
    I've merged the PR but due to merge conflict GitHub doesn't recognize the 
commit automatically to close the PR.
    @Jezza Please close the PR because we cannot do it ourselves.
    Thank you for your help!


> WicketTester should provide assertExists and assertNotExists methods
> --------------------------------------------------------------------
>
>                 Key: WICKET-6435
>                 URL: https://issues.apache.org/jira/browse/WICKET-6435
>             Project: Wicket
>          Issue Type: Improvement
>            Reporter: Kamil
>            Priority: Major
>
> BaseWicketTester has:
> {code}
> private Component assertExists(final String path)
> {code}
> which is unfortunately private and doesn't provide contrary method.
> These methods are very important if you want to properly test code which is 
> using Fragments: one Fragment is being added at time (exist) while another is 
> not added (notExist)
> Could you please make assertExists public and add assertNotExists method?



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to