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.
This PR will be used for closing #39.
Work on this PR is incomplete.
Tests for
INativeAction
andINativeFunc
factory methods have been included for closed generic arguments. Open generic arguments (e.g.,INativeAction<T>
whereT
is a generic type parameter of some enclosing generic type or method) are not included in current tests.IUnmanagedAction
andIUnmanagedFunc
factory methods do not have tests yet.