提交 643c2167 编写于 作者: N Nikita Potapenko 提交者: Vitek Karas

Rename test class (dotnet/core-setup#7950)



Commit migrated from https://github.com/dotnet/core-setup/commit/33d05af6ff91b7f8f0badb97f643ffd9d6c48521
上级 f187380e
......@@ -32,7 +32,7 @@ Cons:
Going forward we would keep these tests and add new ones to provide true End-to-End coverage.
### Native API tests
Small portion of the tests actually call specific exports on `hostfxr` or `hostpolicy` directly to test these. All these tests are in the `HostActivation` project under the `GivenThatICareAboutNativeHostApi` test class.
Small portion of the tests actually call specific exports on `hostfxr` or `hostpolicy` directly to test these. All these tests are in the `HostActivation` project under the `NativeHostApis` test class.
These tests use a special test application (managed) which invokes the selected exports through PInvokes and performs the testing. The `HostActivation` test only prepares this app and executes it, looking for pieces of its output to verify the outcome.
Ideally we would migrate these over time to the proposed Component tests infra.
......
......@@ -10,7 +10,7 @@
namespace Microsoft.DotNet.CoreSetup.Test.HostActivation.NativeUnitTests
{
public class GivenThatICareAboutNativeUnitTests
public class NativeUnitTests
{
[Fact]
public void Native_Test_Fx_Ver()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册