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.
Loading...
Searching...
No Matches
microscope.testsuite.test_device_server.TestInputCheck Class Reference
Inheritance diagram for microscope.testsuite.test_device_server.TestInputCheck:
microscope.testsuite.test_device_server.BaseTestServeDevices

Public Member Functions

 test_empty_devices (self)
 
- Public Member Functions inherited from microscope.testsuite.test_device_server.BaseTestServeDevices
 setUp (self)
 
 tearDown (self)
 

Additional Inherited Members

- Public Attributes inherited from microscope.testsuite.test_device_server.BaseTestServeDevices
 p
 
- Static Public Attributes inherited from microscope.testsuite.test_device_server.BaseTestServeDevices
list DEVICES = []
 
int TIMEOUT = 5
 

Detailed Description

Definition at line 176 of file test_device_server.py.

Member Function Documentation

◆ test_empty_devices()

microscope.testsuite.test_device_server.TestInputCheck.test_empty_devices ( self)
Check behaviour if there are no devices.

Definition at line 177 of file test_device_server.py.

177 def test_empty_devices(self):
178 """Check behaviour if there are no devices."""
179 self.assertTrue(
180 not self.p.is_alive(), "not dying for empty list of devices"
181 )
182
183

The documentation for this class was generated from the following file: