Ruby Test::Unit::TestSuite Functions
EditRocket provides the following information on Test::Unit::TestSuite functions in the Ruby source code builder.
delete(test) -
empty?() -
new(name="Unnamed TestSuite") - Creates a new TestSuite with the given name.
run(result, &progress_block) - Runs the tests and/or suites contained in this TestSuite.
size() - Retuns the rolled up number of tests in this suite; i.e. if the suite contains other suites, it counts the tests within those suites, not the suites themselves.
to_s() - Overridden to return the name given the suite at creation.