Interop Copy tests now all return 101 during fail rather than crash (#18310)
authorAaron Robinson <30635565+AaronRobinsonMSFT@users.noreply.github.com>
Fri, 8 Jun 2018 00:23:08 +0000 (17:23 -0700)
committerGitHub <noreply@github.com>
Fri, 8 Jun 2018 00:23:08 +0000 (17:23 -0700)
commitc4834d1b76eeff3025bd16f2d455e686ddeffb36
treebba58273569e9da000e7584ed685069033c69335
parent8f9a49bdb347528971b8e90b944cc475855ff805
Interop Copy tests now all return 101 during fail rather than crash (#18310)

* Interop Copy tests now all return 101 during fail rather than crash

* Remove unused Assert APIs
tests/src/Interop/MarshalAPI/Copy/CopyByteArray.cs
tests/src/Interop/MarshalAPI/Copy/CopyCharArray.cs
tests/src/Interop/MarshalAPI/Copy/CopyDoubleArray.cs
tests/src/Interop/MarshalAPI/Copy/CopyInt16Array.cs
tests/src/Interop/MarshalAPI/Copy/CopyInt32Array.cs
tests/src/Interop/MarshalAPI/Copy/CopyInt64Array.cs
tests/src/Interop/MarshalAPI/Copy/CopyIntPtrArray.cs
tests/src/Interop/MarshalAPI/Copy/CopySingleArray.cs
tests/src/Interop/common/Assertion.cs