Example #1
0
 public BaseTest(LoaderFixture fixture)
 {
     _fixture   = fixture;
     Browser    = _fixture.Browser;
     TestServer = _fixture.TestServer;
     HttpClient = _fixture.HttpClient;
     Task.Run(InitializeAsync).Wait();
 }
Example #2
0
 public HeaderTest(LoaderFixture fixture) : base(fixture)
 {
 }
Example #3
0
 public BlogTest(LoaderFixture fixture) : base(fixture)
 {
 }