public void TestCleanup()
 {
     PGOManager.PGOSweepIfInstrumented(TestEnvironment.TestContext.TestName);
 }
Exemplo n.º 2
0
 public void TestCleanup()
 {
     PGOManager.PGOSweepIfInstrumented(TestEnvironment.TestContext.TestName);
     TestEnvironment.AssemblyCleanupWorker(TestApplicationInfo.NugetPackageTestApp);
 }
Exemplo n.º 3
0
 public void TestCleanup()
 {
     PGOManager.PGOSweepIfInstrumented(TestEnvironment.TestContext.TestName);
     TestEnvironment.AssemblyCleanupWorker(TestType.Nuget);
 }