Exemplo n.º 1
0
 public void TestRetrieveAll()
 {
     list = (List <ProductProps>)db.RetrieveAll(props.GetType());
     Assert.AreEqual(list.Count, 16);
 }