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