BuildDTOsFromExcel.Tests.FileService.FileSystemServiceTests.When_given_a_directory.Should_give_the_list_of_files_within_the_directory C# (CSharp) Method

Should_give_the_list_of_files_within_the_directory() private method

            public void Should_give_the_list_of_files_within_the_directory()
            {
                Assert.IsTrue(_fileSystemService.GetFiles(Directory, SearchPattern).ToList().Count > 0);
            }