public CommandInterceptionNpgsqlTest(InterceptionNpgsqlFixture fixture)
     : base(fixture)
 {
 }
 public CommandInterceptionWithDiagnosticsNpgsqlTest(InterceptionNpgsqlFixture fixture)
     : base(fixture)
 {
 }
 public SaveChangesInterceptionWithDiagnosticsNpgsqlTest(InterceptionNpgsqlFixture fixture)
     : base(fixture)
 {
 }
 public SaveChangesInterceptionNpgsqlTest(InterceptionNpgsqlFixture fixture)
     : base(fixture)
 {
 }
Exemple #5
0
 public TransactionInterceptionWithDiagnosticsNpgsqlTest(InterceptionNpgsqlFixture fixture)
     : base(fixture)
 {
 }
Exemple #6
0
 public TransactionInterceptionNpgsqlTest(InterceptionNpgsqlFixture fixture)
     : base(fixture)
 {
 }
Exemple #7
0
 public ConnectionInterceptionNpgsqlTest(InterceptionNpgsqlFixture fixture)
     : base(fixture)
 {
 }