![]() |
BioImager
3.9.1
A .NET microscopy imaging library. Supports various microscopes by using imported libraries & GUI automation. Supported libraries include PriorĀ® & ZeissĀ® & all devices supported by Micromanager 2.0 and python-microscope.
|
Public Member Functions | |
| def | assertEqualMW (self, first, second, msg=None) |
| def | test_get_is_on (self) |
| def | test_off_after_constructor (self) |
| def | test_turning_on_and_off (self) |
| def | test_shutdown (self) |
| def | test_power_when_off (self) |
| def | test_setting_power (self) |
| def | test_setting_power_outside_limit (self) |
| def | test_status (self) |
Public Member Functions inherited from microscope.testsuite.test_devices.DeviceTests | |
| def | test_on_and_off (self) |
| def | test_enable_and_disable (self) |
| def | test_enable_enabled (self) |
| def | test_disable_disabled (self) |
Base class for :class:`LightSource` tests.
This class implements all the general laser tests and is meant to
be mixed with :class:`unittest.TestCase`. Subclasses must
implement the `setUp` method which must add two properties:
`device`
Instance of the :class:`LightSource` implementation being
tested.
`fake`
Object with a multiple attributes that specify the hardware
and control the tests, such as the device max and min power
values. Such attributes may as well be attributes in the
class that fakes the hardware.
Definition at line 159 of file test_devices.py.
| def microscope.testsuite.test_devices.LightSourceTests.assertEqualMW | ( | self, | |
| first, | |||
| second, | |||
msg = None |
|||
| ) |
Definition at line 178 of file test_devices.py.
| def microscope.testsuite.test_devices.LightSourceTests.test_get_is_on | ( | self | ) |
Definition at line 183 of file test_devices.py.
| def microscope.testsuite.test_devices.LightSourceTests.test_off_after_constructor | ( | self | ) |
Definition at line 190 of file test_devices.py.
| def microscope.testsuite.test_devices.LightSourceTests.test_power_when_off | ( | self | ) |
Definition at line 208 of file test_devices.py.
| def microscope.testsuite.test_devices.LightSourceTests.test_setting_power | ( | self | ) |
Definition at line 213 of file test_devices.py.
| def microscope.testsuite.test_devices.LightSourceTests.test_setting_power_outside_limit | ( | self | ) |
Definition at line 228 of file test_devices.py.
| def microscope.testsuite.test_devices.LightSourceTests.test_shutdown | ( | self | ) |
Definition at line 203 of file test_devices.py.
| def microscope.testsuite.test_devices.LightSourceTests.test_status | ( | self | ) |
Definition at line 239 of file test_devices.py.
| def microscope.testsuite.test_devices.LightSourceTests.test_turning_on_and_off | ( | self | ) |
Definition at line 197 of file test_devices.py.