| Constructor and Description |
|---|
STypeTester(SingularWicketTester singularWicketTester,
Class<? extends T> stypeClass) |
| Modifier and Type | Method and Description |
|---|---|
<ST extends SType<?>> |
getAssertionsSInstance(org.opensingular.lib.commons.lambda.IFunction<T,ST> typeFinder) |
<ST extends SType<?>> |
getChoices(org.opensingular.lib.commons.lambda.IFunction<T,ST> typeFinder) |
<ST extends SType<?>> |
submitSelection(org.opensingular.lib.commons.lambda.IFunction<T,ST> typeFinder,
BiPredicate<SInstance,Integer> selection) |
<ST extends SType<?>> |
submitSelection(org.opensingular.lib.commons.lambda.IFunction<T,ST> typeFinder,
int choiceIndex) |
<ST extends SType<?>> |
submitValue(org.opensingular.lib.commons.lambda.IFunction<T,ST> typeFinder,
Object value) |
public STypeTester(SingularWicketTester singularWicketTester, Class<? extends T> stypeClass)
public <ST extends SType<?>> void submitValue(org.opensingular.lib.commons.lambda.IFunction<T,ST> typeFinder, Object value)
public <ST extends SType<?>> List<SInstance> getChoices(org.opensingular.lib.commons.lambda.IFunction<T,ST> typeFinder)
public <ST extends SType<?>> AssertionsSInstance getAssertionsSInstance(org.opensingular.lib.commons.lambda.IFunction<T,ST> typeFinder)
public <ST extends SType<?>> void submitSelection(org.opensingular.lib.commons.lambda.IFunction<T,ST> typeFinder, BiPredicate<SInstance,Integer> selection)
Copyright © 2017. All rights reserved.