Uses of Interface
com.itextpdf.test.Executor
-
Uses of Executor in com.itextpdf.test
Modifier and TypeMethodDescriptionstatic void
AssertUtil.doesNotThrow
(Executor executor) Asserts thatexecute()
method call doesn't produce anyException
otherwise test will fail by throwingAssertionError
.static void
AssertUtil.doesNotThrow
(Executor executor, String message) Asserts thatexecute()
method call doesn't produce anyException
otherwise test will fail by throwingAssertionError
.