Exception: MRubyTestSkip

Inherits:
NotImplementedError show all
Defined in:
ext/enterprise_script_service/mruby/test/assert.rb

Overview

Skip the test

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#causeObject

Returns the value of attribute cause.



241
242
243
# File 'ext/enterprise_script_service/mruby/test/assert.rb', line 241

def cause
  @cause
end