BuildDTOsFromExcel.Tests.FileService.FileSystemServiceTests.When_given_a_directory.Should_give_the_list_of_files_within_the_directory C# (CSharp) Méthode

Should_give_the_list_of_files_within_the_directory() private méthode

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