Exception: MRubyTestSkip
- Inherits:
-
NotImplementedError
- Object
- ScriptError
- NotImplementedError
- MRubyTestSkip
- Defined in:
- ext/enterprise_script_service/mruby/test/assert.rb
Overview
Skip the test
Instance Attribute Summary collapse
-
#cause ⇒ Object
Returns the value of attribute cause.
Instance Method Summary collapse
-
#initialize(cause) ⇒ MRubyTestSkip
constructor
A new instance of MRubyTestSkip.
Constructor Details
#initialize(cause) ⇒ MRubyTestSkip
Returns a new instance of MRubyTestSkip.
242 243 244 |
# File 'ext/enterprise_script_service/mruby/test/assert.rb', line 242 def initialize(cause) @cause = cause end |
Instance Attribute Details
#cause ⇒ Object
Returns the value of attribute cause.
241 242 243 |
# File 'ext/enterprise_script_service/mruby/test/assert.rb', line 241 def cause @cause end |