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, Class<? extends Exception> clazz)static <T extends Exception>
voidTestUtil. assertOnException(TestUtil.Closure closure, Class<T> clazz, Consumer<T> checker)static voidTestUtil. assertOnSuccess(TestUtil.Closure closure)
-