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