Пример #1
0
 public bool ExecuteTest(ITest test)
 {
     test.Arrange();
     test.Act();
     return(test.Assert());
 }