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_devices.TestDummyCamera Class Reference
Inheritance diagram for microscope.testsuite.test_devices.TestDummyCamera:
microscope.testsuite.test_devices.CameraTests microscope.testsuite.test_devices.DeviceTests

Public Member Functions

 setUp (self)
 
- Public Member Functions inherited from microscope.testsuite.test_devices.DeviceTests
 test_on_and_off (self)
 
 test_enable_and_disable (self)
 
 test_enable_enabled (self)
 
 test_disable_disabled (self)
 

Public Attributes

 device = simulators.SimulatedCamera()
 

Detailed Description

Definition at line 419 of file test_devices.py.

Member Function Documentation

◆ setUp()

microscope.testsuite.test_devices.TestDummyCamera.setUp ( self)

Definition at line 420 of file test_devices.py.

420 def setUp(self):
421 self.device = simulators.SimulatedCamera()
422
423

Member Data Documentation

◆ device

microscope.testsuite.test_devices.TestDummyCamera.device = simulators.SimulatedCamera()

Definition at line 421 of file test_devices.py.


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