| org.apache.wicket.WicketTestCase org.apache.wicket.util.tester.apps_5.AjaxLinkClickTest
AjaxLinkClickTest | public class AjaxLinkClickTest extends WicketTestCase (Code) | | Test that the clickLink method also works with AjaxLinks
author: Frank Bille |
Method Summary | |
protected void | setUp() Make sure that our test flags are reset between every test. | public void | testAjaxFallbackLinkClick() Test that clickLink also works with AjaxFallbackLinks
AjaxFallbackLinks should be clicked and interpreted as an AjaxLink, which
means that AjaxRequestTarget is not null. | public void | testBasicAjaxLinkClick() Test that an AjaxLink's onClick method is actually invoked. | public void | testFallbackLinkWithAjaxDisabled() Test that when AJAX is disabled, the AjaxFallbackLink is invoked with
null as AjaxRequestTarget. |
AjaxLinkClickTest | public AjaxLinkClickTest()(Code) | | Construct.
|
testAjaxFallbackLinkClick | public void testAjaxFallbackLinkClick()(Code) | | Test that clickLink also works with AjaxFallbackLinks
AjaxFallbackLinks should be clicked and interpreted as an AjaxLink, which
means that AjaxRequestTarget is not null.
|
testBasicAjaxLinkClick | public void testBasicAjaxLinkClick()(Code) | | Test that an AjaxLink's onClick method is actually invoked.
|
testFallbackLinkWithAjaxDisabled | public void testFallbackLinkWithAjaxDisabled()(Code) | | Test that when AJAX is disabled, the AjaxFallbackLink is invoked with
null as AjaxRequestTarget.
|
|
|