class

DriverSpecs::StatusHelper

Inherits Reference < Object

Constructors

new(module_id : String)
Source

Instance methods

[](key)

returns the current value of a status value and raises if it does not exist

Source
[]=(key, value)

Expose a status key to other mock drivers and the driver we're testing

Source
[]?(key)

returns the current value of a status value and nil if it does not exist

Source

Macros

method_missing(call)
Source