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

def setUp (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)
 

Public Attributes

 device
 

Detailed Description

Definition at line 419 of file test_devices.py.

Member Function Documentation

◆ setUp()

def 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


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