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:



662
663
664
# File 'lib/betatest.rb', line 662

def result_label # :nodoc:
  "Skipped"
end