Ejemplo n.º 1
0
 public void ExecuteScalarWithNullIDbCommand()
 {
     Assert.That(() => baseFixture.ExecuteScalarWithNullIDbCommand(), Throws.ArgumentNullException);
     ;
 }
 public void ExecuteScalarWithNullIDbCommand()
 {
     baseFixture.ExecuteScalarWithNullIDbCommand();
 }