![]() |
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_unexpected_kwargs_raise_exception (self) | |
Definition at line 504 of file test_devices.py.
| 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.