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.
14345 14346 14347 14348 14349 14350 |
# File 'lib/datawire_mdk_md.rb', line 14345 def initialize() super("quark.void", "fail", ::DatawireQuarkCore::List.new(["quark.String"])) nil end |
Instance Method Details
#__init_fields__ ⇒ Object
14385 14386 14387 14388 14389 14390 |
# File 'lib/datawire_mdk_md.rb', line 14385 def __init_fields__() super nil end |
#_getClass ⇒ Object
14364 14365 14366 14367 14368 14369 |
# File 'lib/datawire_mdk_md.rb', line 14364 def _getClass() return ::DatawireQuarkCore.cast(nil) { ::String } nil end |
#_getField(name) ⇒ Object
14371 14372 14373 14374 14375 14376 |
# File 'lib/datawire_mdk_md.rb', line 14371 def _getField(name) return nil nil end |
#_setField(name, value) ⇒ Object
14378 14379 14380 14381 14382 14383 |
# File 'lib/datawire_mdk_md.rb', line 14378 def _setField(name, value) nil nil end |
#invoke(object, args) ⇒ Object
14355 14356 14357 14358 14359 14360 14361 14362 |
# File 'lib/datawire_mdk_md.rb', line 14355 def invoke(object, args) obj = ::DatawireQuarkCore.cast(object) { ::Quark.quark.test.Test } obj.fail(::DatawireQuarkCore.cast((args)[0]) { ::String }) return nil nil end |