Kamil created WICKET-6421:
-----------------------------
Summary: WicketTester should provide asserBehavior method
Key: WICKET-6421
URL: https://issues.apache.org/jira/browse/WICKET-6421
Project: Wicket
Issue Type: Improvement
Components: wicket
Affects Versions: 8.0.0-M6
Reporter: Kamil
Priority: Minor
along with:
{code}
wicketTester.assertComponent("button", AjaxLink.class);
{code}
possibility to assert specific behavior:
{code}
wicketTester.assertBehavior(MyBehavior.class);
{code}
would be very convenient
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)