/// <summary> /// テストCleanup /// </summary> public void NotifyTestCleanup() { if (TestContext.DataRow == null || ReferenceEquals(TestContext.DataRow, TestContext.DataRow.Table.Rows[TestContext.DataRow.Table.Rows.Count - 1])) { _tests.Remove(TestContext.TestName); } AppDriver.Release(TestContext.CurrentTestOutcome == UnitTestOutcome.Passed && 0 < _tests.Count); }
public void TestCleanup() { _app.Release(); }