Beispiel #1
0
        public void GetAllReturnSomethingTest()
        {
            var everybody = factory.GetAll();

            Assert.IsNotNull(everybody);
            Assert.IsTrue(everybody.Count > 0);

            //CollectionAssert
        }