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