Uses of Interface
org.apache.wicket.util.tester.ITestPanelSource

Packages that use ITestPanelSource
org.apache.wicket.util.tester A package with utility classes to ease unit testing of Wicket applications without the need for a servlet container. 
 

Uses of ITestPanelSource in org.apache.wicket.util.tester
 

Methods in org.apache.wicket.util.tester with parameters of type ITestPanelSource
 Panel BaseWicketTester.startPanel(ITestPanelSource testPanelSource)
          Deprecated. since 1.5 use BaseWicketTester.startComponentInPage(Class, IMarkupFragment) instead
 

Constructors in org.apache.wicket.util.tester with parameters of type ITestPanelSource
DummyPanelPage(ITestPanelSource testPanelSource)
          Constructor.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.