示例#1
0
 public void AddDistr()
 {
     steps.Login(USERNAME, PASSWORD);
     steps.CreateDistr(TEST);
     Assert.True(steps.IsCreateDistr(TEST));
 }