DriverSpecs::MockDriver
Inherits Reference < Object
Instance methods
signal_status(key)
pushes a change notification for the key specified, even though it hasn't changed
Grab the status storage for a mock module
i.e. system("Module_2")
Macros
status(klass, key)
reads a status key and deserialises the value into the class provided.
It raises if the class does not exist.
status?(klass, key)
reads a status key and deserialises the value into the class provided.
It returns nil if the key doesn't exist