@@@ misc mess
[mLib] / test / tvec.3.in
index bc254d2..90e7781 100644 (file)
@@ -301,3 +301,15 @@ the corresponding
 .I value
 is stored in the named register.
 .PP
+A test environment fits in between
+the framework and the test function.
+It can establish hook functions which are called
+at various stages during the test group.
+.hP \*o
+The
+.I setup
+hook is called once at the start of the test group.
+.hP \*o
+The
+.I teardown
+hook is called once at the end of the test group.