Class: Quark::DatawireMdkMd::QuarkTestTestFailMethod
- Inherits:
-
Object
- Object
- Quark::DatawireMdkMd::QuarkTestTestFailMethod
- Defined in:
- lib/datawire_mdk_md.rb
Instance Method Summary collapse
- #__init_fields__ ⇒ Object
- #_getClass ⇒ Object
- #_getField(name) ⇒ Object
- #_setField(name, value) ⇒ Object
-
#initialize ⇒ QuarkTestTestFailMethod
constructor
A new instance of QuarkTestTestFailMethod.
- #invoke(object, args) ⇒ Object
Constructor Details
#initialize ⇒ QuarkTestTestFailMethod
Returns a new instance of QuarkTestTestFailMethod.
14399 14400 14401 14402 14403 14404 |
# File 'lib/datawire_mdk_md.rb', line 14399 def initialize() super("quark.void", "fail", ::DatawireQuarkCore::List.new(["quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14439 14440 14441 14442 14443 14444 |
# File 'lib/datawire_mdk_md.rb', line 14439 def __init_fields__() super nil end |
#_getClass ⇒ Object
14418 14419 14420 14421 14422 14423 |
# File 'lib/datawire_mdk_md.rb', line 14418 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14425 14426 14427 14428 14429 14430 |
# File 'lib/datawire_mdk_md.rb', line 14425 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14432 14433 14434 14435 14436 14437 |
# File 'lib/datawire_mdk_md.rb', line 14432 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14409 14410 14411 14412 14413 14414 14415 14416 |
# File 'lib/datawire_mdk_md.rb', line 14409 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.Test } obj.fail(::DatawireQuarkCore.cast((args)[0]) { ::String }) return nil nil end |