public void GetAllChecklistQuestionsListSOXTestFail() { var compRepo = new AuditChecklistRepos(questions); var compList = compRepo.AuditChecklistQuestions("SOX"); Assert.AreEqual(5, compList.Count()); }
public void GetAllChecklistQuestionsListInternalTest() { var compRepo = new AuditChecklistRepos(questions); var compList = compRepo.AuditChecklistQuestions("Internal"); Assert.AreEqual(3, compList.Count()); }