WicketTester#startPanel does not work (correctly)
-------------------------------------------------

                 Key: WICKET-1214
                 URL: https://issues.apache.org/jira/browse/WICKET-1214
             Project: Wicket
          Issue Type: Bug
          Components: wicket
    Affects Versions: 1.3.0-rc1
            Reporter: Martijn Dashorst
             Fix For: 1.3.0-rc3


WicketTester#startPanel(class<? extends Panel>) does not work with the 
assertions:

WicketTester tester = new WicketTester();
tester.startPanel(HelloWorldPanel.class);
tester.assertLabel("message", "Hello, World!");

Will throw an exception because "message" can't be found. In the response page 
the panel is added with component identifier "panel". However as a tester I 
expect to be able to assert the components directly without having to know what 
happens internally.



-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to