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, java.lang.Class<? extends java.lang.Exception> clazz)static <T extends java.lang.Exception>
voidN2oTestUtil. assertOnException(Closure closure, java.lang.Class<T> clazz, java.util.function.Consumer<T> checker)static voidN2oTestUtil. assertOnN2oException(Closure closure)static voidN2oTestUtil. assertOnSuccess(Closure closure)
-