public SecurityQueryProviderTests(ITestOutputHelper testOutputHelper) : base(testOutputHelper)
 {
     _fixture = PostgresAutomation.ForUnitTesting(typeof(SecurityQueryProviderTests));
 }
Example #2
0
 public PostgresFixture()
 {
     _postgresAutomation = PostgresAutomation.ForUnitTesting(typeof(PostgresFixture));
 }