- Package provided: xotcl::test 1.03
+ No package provided/required
Defined Objects/Classes:
@@ -39,7 +40,7 @@
- Simple regression test support.
+ Simple regression test support.
@@ -62,17 +63,18 @@
- Class Test is used to configure test instances, which can
- be configured by the following parameters:
-
-
cmd: the command to be executed
-
expected: the expected result
-
count: number of executions of cmd
-
pre: a command to be executed at the begin of the test (before cmd)
-
post: a command to be executed after the test (after all cmds)
-
- The defined tests can be executed by Test run
-
+ Class Test is used to configure test instances, which can
+ be configured by the following parameters:
+
+
cmd: the command to be executed
+
expected: the expected result
+
count: number of executions of cmd
+
pre: a command to be executed at the begin of the test (before cmd)
+
post: a command to be executed after the test (after all cmds)
+
namespace in which pre, post and cmd are evaluated; default ::