tests.test_expert_interface module

class tests.test_expert_interface.MicroSpecTestExpertInterface(*args, **kwargs)

Bases: unittest.case.TestCase

setUp()

Hook method for setting up the test fixture before exercising it.

classmethod setUpClass()

Hook method for setting up class fixture before running tests in the class.

classmethod tearDownClass()

Hook method for deconstructing the class fixture after running all tests in the class.

test_1sendingCommandSetAutoExposeConfig()
test_1sendingCommandSetBridgeLED()
test_1sendingCommandSetExposure()
test_1sendingCommandSetSensorConfig()
test_1sendingCommandSetSensorLED()
test_2sendingCommandAutoExposure()
test_2sendingCommandCaptureFrame()
test_2sendingCommandGetAutoExposeConfig()
test_2sendingCommandGetBridgeLED()
test_2sendingCommandGetExposure()
test_2sendingCommandGetSensorConfig()
test_2sendingCommandGetSensorLED()
test_2sendingCommandNull()
tests.test_expert_interface.generateTest(command_class)