RUNIT::TestCase class

SuperClass:

Object

Included Modules:

RUNIT::Test RUNIT::Assert

Class Methods:

RUNIT::TestCase.suite

Creates test suite from methods whose name testXXX.

Methods:

RUNIT::TestCase#name

Returns testXXXX method name.

RUNIT::TestCase#run(result)

Runs test. The argument specifies RUNIT::TestResult object to store test result.