Uses of Class
JxnUnitTest
-
-
Uses of JxnUnitTest in <Unnamed>
Subclasses of JxnUnitTest in <Unnamed> Modifier and Type Class Description classJxnUnitTestFailureExpectedVariant ofJxnUnitTestused for tests which during test driven developement are expected to fail initially.Methods in <Unnamed> that return JxnUnitTest Modifier and Type Method Description JxnUnitTestJxnUnitTest. ignore()Ignores the following single test.JxnUnitTestJxnUnitTest. setFailIgnore(String text)Sets the String returned for ignored tests which fail.JxnUnitTestJxnUnitTest. setFailString(String text)Sets the String returned for failed tests.JxnUnitTestJxnUnitTest. setIgnore(boolean ignore)Tests betweenut.setIgnore(true)andut.setIgnore(false)are excluded from the failure counters.JxnUnitTestJxnUnitTest. setOkIgnore(String text)Sets the String returned for ignored tests which pass.JxnUnitTestJxnUnitTest. setOkString(String text)Sets the String returned for passed tests.
-