/// <summary>
 /// Initializes a new instance of the <see cref="AuthenticationTest"/> class.
 /// </summary>
 /// <param name="fixture">The authentication fixture.</param>
 public AuthenticationTest(AuthenticationFixture fixture)
 {
     this.fixture = fixture;
 }
Exemple #2
0
 public IntegrationTest(AuthenticationFixture authenticationFixture, IroncladFixture ironcladFixture, PostgresFixture postgresFixture)
     : base(authenticationFixture)
 {
     this.ironcladFixture = ironcladFixture;
     this.postgresFixture = postgresFixture;
 }