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
 

Subinterfaces of ITestPanelSource in org.apache.wicket.util.tester
 interface TestPanelSource
          Deprecated.  
 

Methods in org.apache.wicket.util.tester with parameters of type ITestPanelSource
 Panel BaseWicketTester.startPanel(ITestPanelSource testPanelSource)
          Renders a Panel defined in TestPanelSource.
 

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



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