Added test cases for Activator.CreateInstance<T> (dotnet/corefx#38032)
authorYoh Deadfall <yoh.deadfall@hotmail.com>
Fri, 31 May 2019 23:24:39 +0000 (02:24 +0300)
committerStephen Toub <stoub@microsoft.com>
Fri, 31 May 2019 23:24:39 +0000 (19:24 -0400)
commit54846bd4911d257c735b701ead493f8f06595634
treedd49193bc35d079104e85a62db49182516515690
parente0add0f234ae30d90aaddd58e43826d1f4c1dbda
Added test cases for Activator.CreateInstance<T> (dotnet/corefx#38032)

Commit migrated from https://github.com/dotnet/corefx/commit/0837ff6ca8e494ac7a8c64316b2ce28744f42223
src/libraries/System.Runtime/System.Runtime.sln
src/libraries/System.Runtime/tests/System.Runtime.Tests.csproj
src/libraries/System.Runtime/tests/System/ActivatorTests.Generic.cs [new file with mode: 0644]
src/libraries/System.Runtime/tests/System/ActivatorTests.cs
src/libraries/System.Runtime/tests/TestModule/System.Reflection.TestModule.il
src/libraries/System.Runtime/tests/TestStructs/Configurations.props [new file with mode: 0644]
src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.il [new file with mode: 0644]
src/libraries/System.Runtime/tests/TestStructs/System.TestStructs.ilproj [new file with mode: 0644]