public void CloseTest() { TestLifeCycleEventArgs tlce = new TestLifeCycleEventArgs(test); try { test.Closing(); } catch (Exception e) { tlce.ExceptionInfo = BaseUtils.GetExceptionInfo(e); ExceptionInTest(this, tlce); } }