CodefoundryDE / LegacyWrapper

LegacyWrapper uses a x86 wrapper to call legacy dlls from a 64 bit process (or vice versa).
MIT License
79 stars 20 forks source link

Improve tests #7

Closed zalintyre closed 5 years ago

zalintyre commented 6 years ago

Current unit tests in this project test for valid call results with the included test DLL. Tests should be improved to handle edge cases like a missing dll, wrong target architecture, and wrong permissions to execute a call.

There should also be tests if the Wrapper exe terminates correctly in case of a failure.