The abstract base class for WordNet test
cases.
methodCounter |
[RW] |
|
setupBlocks |
[RW] |
|
teardownBlocks |
[RW] |
|
Inheritance callback — adds @setupBlocks and @teardownBlocks ivars
and accessors to the inheriting class.
Output the specified msgs joined together to STDERR if
$DEBUG is set.
Output the specified msgs joined together to STDOUT.
Add a setup block for the current testcase
Add a teardown block for the current testcase
Forward-compatibility method for namechange in Test::Unit
Forward-compatibility method for namechange in Test::Unit
Instance alias for the like-named class method.
Instance alias for the like-named class method
Output a separator line made up of length of the specified
char.
Output a header for delimiting tests
Try to force garbage collection to start.
Output the name of the test as it’s running if in verbose mode.
Negative of assert_respond_to
Assert that the instance variable specified by sym of an
object is equal to the specified value. The
’@’ at the beginning of the sym will be prepended if
not present.
Assert that the specified object has an instance variable which
matches the specified sym. The ’@’ at the beginning of
the sym will be prepended if not present.