Example #1
0
 public void Test()
 {
     NpgHelper.Verify(h => h.CreateDatabase(ConnectionString), Times.Never());
 }
Example #2
0
 protected override void EstablishContext()
 {
     base.EstablishContext();
     NpgHelper.Setup(h => h.DatabaseExists(ConnectionString)).Returns(true);
 }