![]() |
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 | |
| test_get_returns_enum_value (self) | |
| test_set_creates_enum (self) | |
| test_set_and_get_write_only (self) | |
Definition at line 58 of file test_settings.py.
| microscope.testsuite.test_settings.TestEnumSetting.test_get_returns_enum_value | ( | self | ) |
For enums, get() returns the enum value not the enum instance
Definition at line 59 of file test_settings.py.
| microscope.testsuite.test_settings.TestEnumSetting.test_set_and_get_write_only | ( | self | ) |
get() works for write-only enum settings
Definition at line 71 of file test_settings.py.
| microscope.testsuite.test_settings.TestEnumSetting.test_set_creates_enum | ( | self | ) |
For enums, set() sets an enum instance, not the enum value
Definition at line 64 of file test_settings.py.