コード例 #1
0
 protected InterceptionTestBase(InterceptionFixtureBase fixture)
 {
     Fixture = fixture;
 }
コード例 #2
0
 protected SaveChangesInterceptionTestBase(InterceptionFixtureBase fixture)
     : base(fixture)
 {
 }
コード例 #3
0
 protected TransactionInterceptionTestBase(InterceptionFixtureBase fixture)
     : base(fixture)
 {
 }
コード例 #4
0
 protected ConnectionInterceptionTestBase(InterceptionFixtureBase fixture)
     : base(fixture)
 {
 }
 public InterceptionInMemoryTest(InterceptionFixtureBase fixture)
     : base(fixture)
 {
 }