BuildDTOsFromExcel.Tests.FileService.FileSystemServiceTests.When_asked_for_filepath.Should_return_the_directory_filename_combination_path C# (CSharp) Method

Should_return_the_directory_filename_combination_path() private method

            public void Should_return_the_directory_filename_combination_path()
            {
                Assert.AreEqual(String.Format("{0}\\{1}", _directoryName, _fileName), _fileSystemService.GetFilePath(_fileName, _directoryName));
            }