public void Finishtest()
 {
     Tools.CheckIntegrity(TestContext.TestName, CurrentContext.Security);
 }
示例#2
0
 private static int Id(string name)
 {
     return(Tools.GetId(name));
 }
 public void StartTest()
 {
     __context = Tools.GetEmptyContext(TestUser.User1);
     CreatePlayground();
 }