Beispiel #1
0
 public ExploreControllerTests()
 {
     this.testHost = new IntegrationTestHost();
 }
Beispiel #2
0
 public LoginControllerTests()
 {
     this.testHost = new IntegrationTestHost();
 }
Beispiel #3
0
 public DocumentControllerTests()
 {
     this.testHost = new IntegrationTestHost();
 }
 public DocumentRepositoryTests()
 {
     this.testHost = new IntegrationTestHost();
 }