public void CustomerTestRetrieveAll() { list = (List <CustomerProps>)db.RetrieveAll(props.GetType()); Assert.AreEqual(list.Count, 696); }