Uses of Interface
net.n2oapp.properties.test.TestUtil.Closure
Packages that use TestUtil.Closure
-
Uses of TestUtil.Closure in net.n2oapp.properties.test
Methods in net.n2oapp.properties.test with parameters of type TestUtil.ClosureModifier and TypeMethodDescriptionstatic 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)