![]() |
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 | |
| setUp (self) | |
| tearDown (self) | |
| test_property_access (self) | |
| test_property_writing (self) | |
Public Attributes | |
| daemon = Pyro4.Daemon() | |
| thread = threading.Thread(target=self.daemon.requestLoop) | |
Protected Member Functions | |
| _serve_objs (self, objs) | |
Definition at line 65 of file test_client.py.
|
protected |
Definition at line 74 of file test_client.py.
| microscope.testsuite.test_client.TestClient.setUp | ( | self | ) |
Definition at line 66 of file test_client.py.
| microscope.testsuite.test_client.TestClient.tearDown | ( | self | ) |
Definition at line 70 of file test_client.py.
| microscope.testsuite.test_client.TestClient.test_property_access | ( | self | ) |
Test we can read properties via the Client
Definition at line 80 of file test_client.py.
| microscope.testsuite.test_client.TestClient.test_property_writing | ( | self | ) |
Test we can write properties via the Client
Definition at line 93 of file test_client.py.
| microscope.testsuite.test_client.TestClient.daemon = Pyro4.Daemon() |
Definition at line 67 of file test_client.py.
| microscope.testsuite.test_client.TestClient.thread = threading.Thread(target=self.daemon.requestLoop) |
Definition at line 68 of file test_client.py.