org.apache.wicket.util.tester
Interface ITestPanelSource

All Superinterfaces:
IClusterable, Serializable
All Known Subinterfaces:
TestPanelSource

public interface ITestPanelSource
extends IClusterable

A test Panel factory for WicketTester.

Since:
1.2.6
Author:
Ingram Chen

Method Summary
 Panel getTestPanel(String panelId)
          Defines a Panel instance source for WicketTester.
 

Method Detail

getTestPanel

Panel getTestPanel(String panelId)
Defines a Panel instance source for WicketTester.

Parameters:
panelId - Component id of the test Panel
Returns:
test Panel instance -- note that the test Panel's Component id must use the given panelId.


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