mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-08 20:03:34 +02:00
Now that FPrintdVirtualStorageDeviceBaseTest is a FPrintdVirtualDeviceBaseTest we can implement the needed `send_*` functions that we use in the tests in order to get easily an interface that can be used to repeat all the tests we've already written with the new virtual device. To do this, we've only to create new test classes that use the FPrintdVirtualStorageDeviceBaseTest as main base class and that also implement the test class.