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.
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

def test_empty_devices (self)
 
- Public Member Functions inherited from microscope.testsuite.test_device_server.BaseTestServeDevices
def setUp (self)
 
def 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()

def 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

References microscope.testsuite.test_device_server.BaseTestServeDevices.p, and BioImager.Scripting.State.p.


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