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