org.apache.wicket.util.tester
Interface ITestPageSource

All Superinterfaces:
IClusterable, java.io.Serializable

Deprecated. since 1.5 No longer needed

@Deprecated
public interface ITestPageSource
extends IClusterable

A test Page factory for WicketTester

Since:
1.2.6
Author:
Ingram Chen

Method Summary
 Page getTestPage()
          Deprecated. Defines a Page instance source for WicketTester.
 

Method Detail

getTestPage

Page getTestPage()
Deprecated. 
Defines a Page instance source for WicketTester.

Returns:
a Page instance for testing


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