alias of RUNIT::TestCase.test_cases
alias of RUNIT::TestCase.test_cases
Returns TestSuite object consisting of all RUNIT::TestCase objects.
Returns an array of all sub classes of RUNIT::TestCase.
Returns true if self.type == other.type and self.method_name == other.method_name are true.
The test decorator object including TestDecorator calls this method.
alias of extend.
Returns testXXXX method name.
Returns "TestClass#testXXXX" method name.
Runs test. The result is the TestResult object which has test result information.
You can override this method to do something before test method called.
You can override this method to do something after test method called.