예제 #1
0
        public void GetAll()
        {
            const long expectedLength = collaboratorCount;
            var        repo           = new CollaboratorRepository(_context);
            var        res            = repo.GetAll();

            Assert.Equal(expectedLength, res.Count());
        }