protected InterceptionTestBase(InterceptionFixtureBase fixture)
 {
     Fixture = fixture;
 }
Beispiel #2
0
 protected SaveChangesInterceptionTestBase(InterceptionFixtureBase fixture)
     : base(fixture)
 {
 }
 protected TransactionInterceptionTestBase(InterceptionFixtureBase fixture)
     : base(fixture)
 {
 }
Beispiel #4
0
 protected ConnectionInterceptionTestBase(InterceptionFixtureBase fixture)
     : base(fixture)
 {
 }
 public InterceptionInMemoryTest(InterceptionFixtureBase fixture)
     : base(fixture)
 {
 }