Object
Observable
RUNIT::TestResult#error_size
Returns how many error raised.
RUNIT::TestResult#errors
Returns array of all errors. The each element of array is RUNIT::TestFailure object.
RUNIT::TestResult#failure_size
Returns how many failures raised.
RUNIT::TestResult#failures
Returns array of all failures. The each element of array is RUNIT::TestFailure object.
RUNIT::TestResult#run_tests
Returns how many tests finished to run.
RUNIT::TestResult#succeed?
Returns true if both failure_size and error_size are 0, otherwise returns false.