[
https://issues.apache.org/jira/browse/WICKET-6435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16677832#comment-16677832
]
ASF subversion and git services commented on WICKET-6435:
---------------------------------------------------------
Commit a58d4f24fd284b712264bea053885e3979c06760 in wicket's branch
refs/heads/wicket-8.x from [~Jezza]
[ https://git-wip-us.apache.org/repos/asf?p=wicket.git;h=a58d4f2 ]
WICKET-6435: Add assertAbsent to BaseWicketTester.
(cherry picked from commit 88897690a0f30f306792c1c4478e3e9f010b0738)
> 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)