![]() |
BioImager
4.9.0
A .NET microscopy imaging application based on Bio library. Supports various microscopes by using imported libraries & GUI automation. Supports XInput game controllers to move stage, take images, run ImageJ macros on images or Bio C# scripts.
|
Public Member Functions | |
| test_on_and_off (self) | |
| test_enable_and_disable (self) | |
| test_enable_enabled (self) | |
| test_disable_disabled (self) | |
Tests cases for all devices. This collection of tests cover the very basic behaviour of devices,stuff like initialising and enabling the device. Classes of tests specific to each device type should subclass from it. Subclasses must define a `device` property during `setUp`, an instance of :class:`Device`.
Definition at line 96 of file test_devices.py.
| microscope.testsuite.test_devices.DeviceTests.test_disable_disabled | ( | self | ) |
Handles disabling of an already disabled device. Test disabling twice, both before and after enabling it for the first time.
Definition at line 134 of file test_devices.py.
| microscope.testsuite.test_devices.DeviceTests.test_enable_and_disable | ( | self | ) |
Definition at line 113 of file test_devices.py.
| microscope.testsuite.test_devices.DeviceTests.test_enable_enabled | ( | self | ) |
Handles enabling of an already enabled device
Definition at line 126 of file test_devices.py.
| microscope.testsuite.test_devices.DeviceTests.test_on_and_off | ( | self | ) |
Device can be turned on and off
Definition at line 108 of file test_devices.py.