public void GetAllReturnSomethingTest() { var everybody = factory.GetAll(); Assert.IsNotNull(everybody); Assert.IsTrue(everybody.Count > 0); //CollectionAssert }