|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectwicket.util.tester.WicketTesterHelper
public class WicketTesterHelper
A WicketTester specific helper class
| Nested Class Summary | |
|---|---|
static class |
WicketTesterHelper.ComponentData
|
| Constructor Summary | |
|---|---|
WicketTesterHelper()
|
|
| Method Summary | |
|---|---|
static java.lang.String |
asLined(java.util.Collection objects)
toString() for the collection provided. |
static void |
assertEquals(java.util.Collection expects,
java.util.Collection actuals)
Assert both collections contain the same elements |
static void |
failWithVerboseMessage(java.util.Collection expects,
java.util.Collection actuals)
Fail with a verbose error message |
static java.util.List |
getComponentData(Page page)
Get recursively all components of the page, extract the information relevant for us and add them to a list. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public WicketTesterHelper()
| Method Detail |
|---|
public static java.util.List getComponentData(Page page)
page -
public static void assertEquals(java.util.Collection expects,
java.util.Collection actuals)
expects - actuals -
public static void failWithVerboseMessage(java.util.Collection expects,
java.util.Collection actuals)
expects - actuals - public static java.lang.String asLined(java.util.Collection objects)
objects -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||