Exemplo n.º 1
0
 public void FindByPrimaryKey_Should_Not_Return_Null() {
     var db = new Southwind.NorthwindDB();
     var table=db.FindByPrimaryKey("CategoryID");
     Assert.NotNull(table);
 }