![]() |
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.
|
Public Member Functions | |
| def | test_get_returns_enum_value (self) |
| def | test_set_creates_enum (self) |
| def | test_set_and_get_write_only (self) |
Definition at line 58 of file test_settings.py.
| def 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.
| def 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.
| def 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.