public void TestRemoveAllByCriteria() { SqlTestStore <Bean> store = new SqlTestStore <Bean>("name"); store.RemoveAllByCriteria(new FilterCriteria()); }
public void TestRemoveAllByCriteriaNull() { SqlTestStore <Bean> store = new SqlTestStore <Bean>("name"); store.RemoveAllByCriteria(null); }