BuildDTOsFromExcel.Tests.FileService.FileSystemServiceTests.When_asked_for_filepath.Should_give_the_filename_if_the_directory_is_null_or_empty C# (CSharp) Méthode

Should_give_the_filename_if_the_directory_is_null_or_empty() private méthode

            public void Should_give_the_filename_if_the_directory_is_null_or_empty()
            {
                Assert.AreEqual(_fileName, _fileSystemService.GetFilePath(_fileName, ""));
            }