Uses of Interface
net.n2oapp.framework.api.util.Closure
-
Packages that use Closure Package Description net.n2oapp.framework.api.util -
-
Uses of Closure in net.n2oapp.framework.api.util
Methods in net.n2oapp.framework.api.util with parameters of type Closure Modifier and Type Method Description static voidN2oTestUtil. assertOnException(Closure closure, Class<? extends Exception> clazz)static <T extends Exception>
voidN2oTestUtil. assertOnException(Closure closure, Class<T> clazz, Consumer<T> checker)static voidN2oTestUtil. assertOnN2oException(Closure closure)static voidN2oTestUtil. assertOnSuccess(Closure closure)
-