You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2013/03/11 13:41:21 UTC

[jira] [Created] (WICKET-5092) Provide AjaxAttributesTester

Martin Grigorov created WICKET-5092:
---------------------------------------

             Summary: Provide AjaxAttributesTester
                 Key: WICKET-5092
                 URL: https://issues.apache.org/jira/browse/WICKET-5092
             Project: Wicket
          Issue Type: Improvement
          Components: wicket
    Affects Versions: 6.6.0
            Reporter: Martin Grigorov
            Assignee: Martin Grigorov
            Priority: Minor


It will be useful to have some helper class to make testing of strings like "Wicket.Ajax.post({...})" easier in WicketTester based tests.

At the moment there is TagTester which allows to test the markup of a component, e.g. assert some attribute value.

The new test helper can do something similar, e.g. assert that the rendered Wicket.Ajax.xyz() method has specific attributes for a given component by markup id (attrs.c)

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira