class TestML::TestCase

This is the class that Test::Unit will use to run actual tests. Every time that a test file creates a TestML object, we inject a method called “test_#{test_file_name}” into this class, since we know that Test::Unit calls methods that begin with 'test'.

Attributes

name[RW]