monkey0506 / native-generic-delegates

Generic C# delegates for P/Invoke.
Other
8 stars 0 forks source link

Add unit tests for factory methods #45

Open monkey0506 opened 4 weeks ago

monkey0506 commented 4 weeks ago

This PR will be used for closing #39.

Work on this PR is incomplete.

Tests for INativeAction and INativeFunc factory methods have been included for closed generic arguments. Open generic arguments (e.g., INativeAction<T> where T is a generic type parameter of some enclosing generic type or method) are not included in current tests.

IUnmanagedAction and IUnmanagedFunc factory methods do not have tests yet.