Add tests for IDispatch and Aggregation
authorAaron Robinson <arobins@microsoft.com>
Mon, 1 Oct 2018 21:49:40 +0000 (14:49 -0700)
committerAaron Robinson <arobins@microsoft.com>
Tue, 23 Oct 2018 18:29:43 +0000 (11:29 -0700)
commit177a80924432bcfcb60cc6218126e0b45c7941d4
treec243cf019dbca8a7f779827e292f8331b948c0ec
parentb5dc2a822331595f79b6ada42c8feff63ae0cc96
Add tests for IDispatch and Aggregation
30 files changed:
tests/src/Interop/COM/NETClients/Aggregation/App.manifest [new file with mode: 0644]
tests/src/Interop/COM/NETClients/Aggregation/NETClientAggregation.csproj [new file with mode: 0644]
tests/src/Interop/COM/NETClients/Aggregation/Program.cs [new file with mode: 0644]
tests/src/Interop/COM/NETClients/IDispatch/App.manifest [new file with mode: 0644]
tests/src/Interop/COM/NETClients/IDispatch/NETClientIDispatch.csproj [new file with mode: 0644]
tests/src/Interop/COM/NETClients/IDispatch/Program.cs [new file with mode: 0644]
tests/src/Interop/COM/NETClients/Primitives/NETClientPrimitives.csproj
tests/src/Interop/COM/NETServer/NETServer.csproj
tests/src/Interop/COM/NativeClients/Primitives/ArrayTests.cpp
tests/src/Interop/COM/NativeClients/Primitives/ClientTests.h
tests/src/Interop/COM/NativeClients/Primitives/ErrorTests.cpp
tests/src/Interop/COM/NativeClients/Primitives/NumericTests.cpp
tests/src/Interop/COM/NativeClients/Primitives/StringTests.cpp
tests/src/Interop/COM/NativeServer/AggregationTesting.h [new file with mode: 0644]
tests/src/Interop/COM/NativeServer/ArrayTesting.h
tests/src/Interop/COM/NativeServer/COMNativeServer.X.manifest
tests/src/Interop/COM/NativeServer/ComHelpers.h
tests/src/Interop/COM/NativeServer/DispatchTesting.h [new file with mode: 0644]
tests/src/Interop/COM/NativeServer/ErrorMarshalTesting.h
tests/src/Interop/COM/NativeServer/NumericTesting.h
tests/src/Interop/COM/NativeServer/Servers.cpp
tests/src/Interop/COM/NativeServer/Servers.h
tests/src/Interop/COM/NativeServer/StringTesting.h
tests/src/Interop/COM/ServerContracts/NativeServers.cs [moved from tests/src/Interop/COM/ServerContracts/PrimitivesNativeServer.cs with 70% similarity]
tests/src/Interop/COM/ServerContracts/Server.Contracts.cs [moved from tests/src/Interop/COM/ServerContracts/Primitives.cs with 84% similarity]
tests/src/Interop/COM/ServerContracts/Server.Contracts.h [new file with mode: 0644]
tests/src/Interop/COM/ServerContracts/Server.Contracts.tlh [deleted file]
tests/src/Interop/COM/ServerContracts/Server.Contracts.tli [deleted file]
tests/src/Interop/COM/ServerContracts/ServerGuids.cs
tests/src/Interop/COM/ServerContracts/readme.md [deleted file]