class

Test::Unit::TestSuite

ruby latest stable - Superclass: Object

Class deprecated or moved

This class is deprecated or moved on the latest stable version. The last existing version (v1_8_7_330) is shown here.

A collection of tests which can be #run.

Note: It is easy to confuse a TestSuite instance with something that has a static suite method; I know because I have trouble keeping them straight. Think of something that has a suite method as simply providing a way to get a meaningful TestSuite instance.

Constants

FINISHED = name + "::FINISHED"

STARTED = name + "::STARTED"

Attributes

[R]name
[R]tests

Files

  • lib/test/unit/testsuite.rb