isNull |
net.sourceforge.jxunit.JXTestIsNull
|
Assert that the test property is null.
|
converse |
Change to isNotNull |
boolean converse |
Default: false |
name |
The name of the test property |
String name |
Required |
message |
Text of the failure |
String message |
Required |
|
|
ifNull |
net.sourceforge.jxunit.JXTestIfNull
|
If the test property is null, then perform the subordinate steps.
|
converse |
Change to isNotNull |
boolean converse |
Default: false |
name |
The name of the test property |
String name |
Required |
|
Holds the subordinate steps to be performed if the condition is met. |
|
isEqual |
net.sourceforge.jxunit.JXTestIsEqual
|
Asserts that the test property matches the value provided.
|
converse |
Change to isNotNull |
boolean converse |
Default: false |
name |
The name of the test property |
String name |
Required |
value |
A literal value |
String value |
Optional--an alternative to file |
file |
The name of a file |
String file |
Optional--an alternative to value |
indirect |
The value or file given are the name of a test property |
boolean indirect |
Default: false |
schema |
The name of a QIML file |
String schema |
Optional |
message |
Text of the failure |
String message |
Required |
|
|
ifEqual |
net.sourceforge.jxunit.JXTestIfEqual
|
If the test property matches the value provided, then perform the subordinate steps.
|
converse |
Change to isNotNull |
boolean converse |
Default: false |
name |
The name of the test property |
String name |
Required |
value |
A literal value |
String value |
Optional--an alternative to file |
file |
The name of a file |
String file |
Optional--an alternative to value |
indirect |
The value or file given are the name of a test property |
boolean indirect |
Default: false |
schema |
The name of a QIML file |
String schema |
Optional |
|
Holds the subordinate steps to be performed if the condition is met. |
|
set |
net.sourceforge.jxunit.JXTestSet
|
Set the Test Property to the value provided. |
name |
The name of the test property |
String name |
Required |
value |
A literal value |
String value |
Optional--an alternative to file |
file |
The name of a file |
String file |
Optional--an alternative to value |
indirect |
The value or file given are the name of a test property |
boolean indirect |
Default: false |
schema |
The name of a QIML file |
String schema |
Optional |
|
|
save |
net.sourceforge.jxunit.JXTestSave
|
Save the value of the test property. |
name |
The name of the test property |
String name |
Required |
file |
The name of the output file |
String file |
Required |
indirect |
The file given is the name of a test property |
boolean indirect |
Default: false |
schema |
The name of a QIML file |
String schema |
Optional |
|
|
eval |
net.sourceforge.jxunit.JXEval
|
Create and run a test step. |
stepClass |
The fully qualified class name of the test step |
String stepClass |
Required |
|
|
exception |
net.sourceforge.jxunit.JXTestException
|
Throw an exception. |
class |
The fully qualified class name of the exception |
String eclass |
Required |
|
|
trap |
net.sourceforge.jxunit.JXTestTrap
|
Assert that an exception will be thrown by the subordinate steps. |
exception |
The fully qualified class name of the exception |
String exception |
Required |
message |
Text of the failure |
String message |
Required |
|
Holds the subordinate steps to be performed within the trap. |
|
subst |
net.sourceforge.jxunit.JXSubst
|
Substitutes the string experession
|
name |
The name of the test property |
String name |
Required |
regexp |
The regular expression |
String regexp |
Required |
indirect |
The value or file given are the name of a test property |
boolean indirect |
Default: false |
value |
A literal value |
String value |
Optional |
matchCase |
The files included in the directory scan should match the case |
boolean matchCase |
Default:false |
|
|
main |
net.sourceforge.jxunit.JXTestMainJXTestMain
|
calls the main method. |
class |
The fully qualified class name of the exception |
String mclass |
Required |
|
Holds the args element to be passed in the main. |
|
arg |
net.sourceforge.jxunit.JXTestArg
|
Arguments values to be added to list. |
value |
A literal value |
String value |
Optional--an alternative to file |
file |
The name of a file |
String file |
Optional--an alternative to value |
indirect |
The value or file given are the name of a test property |
boolean indirect |
Default: false |
schema |
The name of a QIML file |
String schema |
Optional |
|
|
absolute |
net.sourceforge.jxunit.JXAbsolute
|
The property is set to the absolute path of the file (within the specified directory). |
name |
The name of the test property |
String name |
Required |
dir |
A directory name |
String dir |
Required |
value |
A literal value |
String value |
Required |
indirect |
The value or file given are the name of a test property |
boolean indirect |
Default: false |
|
|