RUNIT::EXT::TestSetup#run(result)
Runs test. The result argument specifies RUNIT::TestResult object to store test result.
RUNIT::EXT::TestSetup#setup
On your class included RUNIT::TestSetup module, you can overload this method to do something before running all test cases.
RUNIT::EXT::TestSetup#teardown
On your class included RUNIT::TestSetup module, you can overload this method to do something after running all test cases.