| Package | Description |
|---|---|
| com.nitorcreations.test.wicket |
| Modifier and Type | Method and Description |
|---|---|
static <T extends org.apache.wicket.Component> |
Selection.select(Class<T> clazz) |
static <T extends org.apache.wicket.Component> |
Selection.select(Class<T> clazz,
String markupId) |
static Selection<org.apache.wicket.Component> |
Selection.selectWithId(String markupId) |
Selection<T> |
Selection.that(org.hamcrest.Matcher<? super T> matcher)
Add the given matcher to the set of matchers to use when searching for the components.
|
Selection<T> |
Selection.withId(String markupId) |
Copyright © 2013 Nitor Creations. All Rights Reserved.