Exception: Betatest::Skip

Inherits:
Assertion show all
Defined in:
lib/betatest.rb

Overview

Assertion raised when skipping a run.

Instance Method Summary collapse

Methods inherited from Assertion

#error, #location, #result_code

Instance Method Details

#result_labelObject

:nodoc:



659
660
661
# File 'lib/betatest.rb', line 659

def result_label # :nodoc:
  "Skipped"
end