Uses of Interface
net.n2oapp.properties.test.TestUtil.Closure
-
Packages that use TestUtil.Closure Package Description net.n2oapp.properties.test -
-
Uses of TestUtil.Closure in net.n2oapp.properties.test
Methods in net.n2oapp.properties.test with parameters of type TestUtil.Closure Modifier and Type Method Description static voidTestUtil. assertOnException(TestUtil.Closure closure, java.lang.Class<? extends java.lang.Exception> clazz)static <T extends java.lang.Exception>
voidTestUtil. assertOnException(TestUtil.Closure closure, java.lang.Class<T> clazz, java.util.function.Consumer<T> checker)static voidTestUtil. assertOnSuccess(TestUtil.Closure closure)
-