cryptix.test
Class TestAll
(package private) class TestAll
String | describeOptions()- Describes the command-line options of this class.
|
protected void | engineTest()- This method should be overridden by test subclasses, to perform the
actual testing.
|
static void | main(String[] args)
|
protected void | parseOption(String option)- Parses a command-line option.
|
commandline, commandline, describeOptions, describeUsage, engineTest, error, error, error, fail, getErrors, getExpectedPasses, getFailures, getName, getPasses, getSkipped, init, isGuiEnabled, isOverallPass, isVerbose, parseOption, parseOptions, pass, passIf, report, setExpectedPasses, setGuiEnabled, setName, setOutput, setVerbose, skip, test, waitForExit |
describeOptions
public String describeOptions()
Describes the command-line options of this class.
- describeOptions in interface BaseTest
engineTest
protected void engineTest()
throws Exception This method should be overridden by test subclasses, to perform the
actual testing.
- engineTest in interface BaseTest
main
public static void main(String[] args)
parseOption
protected void parseOption(String option)
throws TestException Parses a command-line option. If the option is not recognised,
super.parseOption(option) should be called.
Case should generally not be significant in option names.
- parseOption in interface BaseTest