コード例 #1
0
 /// <summary>
 /// Create a new test web api.
 /// </summary>
 /// <param name="configure">configuration options for the particular test</param>
 public WebApi(StartupTestFixture configure)
 {
     _configure = configure;
 }
コード例 #2
0
 /// <summary>
 /// Create a new test web api.
 /// </summary>
 /// <param name="configure">configuration options for the particular test</param>
 /// <param name="output">test output logger</param>
 public WebApi(StartupTestFixture configure, ITestOutputHelper output)
 {
     _configure = configure;
     _output    = output;
 }