コード例 #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();
 }