Пример #1
0
        public void GetAllChecklistQuestionsListSOXTestFail()
        {
            var compRepo = new AuditChecklistRepos(questions);
            var compList = compRepo.AuditChecklistQuestions("SOX");

            Assert.AreEqual(5, compList.Count());
        }
Пример #2
0
        public void GetAllChecklistQuestionsListInternalTest()
        {
            var compRepo = new AuditChecklistRepos(questions);
            var compList = compRepo.AuditChecklistQuestions("Internal");

            Assert.AreEqual(3, compList.Count());
        }