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.
14468 14469 14470 14471 14472 14473 |
# File 'lib/datawire_mdk_md.rb', line 14468 def initialize() super("quark.void", "fail", ::DatawireQuarkCore::List.new(["quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14508 14509 14510 14511 14512 14513 |
# File 'lib/datawire_mdk_md.rb', line 14508 def __init_fields__() super nil end |
#_getClass ⇒ Object
14487 14488 14489 14490 14491 14492 |
# File 'lib/datawire_mdk_md.rb', line 14487 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14494 14495 14496 14497 14498 14499 |
# File 'lib/datawire_mdk_md.rb', line 14494 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14501 14502 14503 14504 14505 14506 |
# File 'lib/datawire_mdk_md.rb', line 14501 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14478 14479 14480 14481 14482 14483 14484 14485 |
# File 'lib/datawire_mdk_md.rb', line 14478 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.Test } obj.fail(::DatawireQuarkCore.cast((args)[0]) { ::String }) return nil nil end |