コード例 #1
0
ファイル: ProductDBTest.cs プロジェクト: catherinedw/Lab7
 public void TestRetrieveAll()
 {
     list = (List <ProductProps>)db.RetrieveAll(props.GetType());
     Assert.AreEqual(list.Count, 16);
 }