Ejemplo n.º 1
0
 protected void RunBeforeAnyTests()
 {
     UserTestAction = new UserTestAction<IUser>();
     UserTestAction.RegisterUser<TestUser>();
     UserTestAction.RegisterUser<TestUserNew>();
 }
Ejemplo n.º 2
0
 public void BeforeClass()
 {
     UserTestAction = Actions.TestsSetUp.UserTestAction;
     UserTestAction.SetCurrentUser<TestUser>();
 }