RUNIT::EXT::TestSetup module

Include Modules:

Methods:

RUNIT::EXT::TestSetup#run(result)

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

Private methods:

setup

On your class included RUNIT::TestSetup module, you can overload this method to do something before running all test cases.

teardown

On your class included RUNIT::TestSetup module, you can overload this method to do something after running all test cases.