Returns how many error raised.
Returns array of all errors. The each element of array is RUNIT::TestFailure object.
Returns how many failures raised.
Returns array of all failures. The each element of array is RUNIT::TestFailure object.
Returns how many tests finished to run.
Returns running time of tests.
Returns true if both failure_size and error_size are 0, otherwise returns false.