![]() |
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_unexpected_kwargs_raise_exception (self) |
Definition at line 504 of file test_devices.py.
| def microscope.testsuite.test_devices.TestBaseDevice.test_unexpected_kwargs_raise_exception | ( | self | ) |
Unexpected kwargs on constructor raise exception. Test first that we can construct the device. Then test that it fails if there are unused kwargs. This is an issue when there are default arguments, there's a typo on the argument name, and the class uses the default instead of an error. See issue #84.
Definition at line 505 of file test_devices.py.