Ejemplo n.º 1
0
 public AccountControllerTest(TestServerFixture fixture)
 {
     this.fixture             = fixture;
     registrationTestContext  = new RegistrationTestContext(fixture);
     accountControllerContext = new AccountControllerContext(fixture);
 }
Ejemplo n.º 2
0
 public RegistrationControllerTest(TestServerFixture fixture)
 {
     this.fixture = fixture;
     testContext  = new RegistrationTestContext(this.fixture);
 }