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