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