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