class documentation
class _TestLuxiTransport(object):
Mocked LUXI transport.
Raises errors.RapiTestResult
for all method calls, no matter the arguments.
Method | __init__ |
Initializes this class. |
Method |
|
Calls LUXI method. |
Method |
|
Undocumented |
Instance Variable | _record |
Undocumented |
Calls LUXI method.
In this test class the method is not actually called, but added to a list of called methods and then an exception (errors.RapiTestResult
) is raised. There is no return value.