public void CloseTest() { Assert.Throws <MockApplicationException>( () => { TestAutomatedApp.Close(); }); }
protected virtual void MyTestCleanup() { if (TestAutomatedApp != null) { // test closing down the app TestAutomatedApp.Close(); TestAutomatedApp = null; } }