class documentation

class _TestLuxiTransport(object):

View In Hierarchy

Mocked LUXI transport.

Raises errors.RapiTestResult for all method calls, no matter the arguments.

Method __init__ Initializes this class.
Method Call Calls LUXI method.
Method Close Undocumented
Instance Variable _record_fn Undocumented
def __init__(self, record_fn, address, timeouts=None, allow_non_master=None):

Initializes this class.

def Call(self, data):

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.

def Close(self):

Undocumented

_record_fn =

Undocumented