BAEL-1105: Apache Commons CSV, Changed name of testcase
This commit is contained in:
@@ -41,7 +41,7 @@ public class CSVReaderWriterTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
public void givenAuthorBookMap_whenProcessed_thenFileCreatedAsExpected() throws IOException {
|
||||
public void givenAuthorBookMap_whenWrittenToStream_thenOutputStreamAsExpected() throws IOException {
|
||||
StringWriter sw = new StringWriter();
|
||||
try (final CSVPrinter printer = new CSVPrinter(sw, CSVFormat.DEFAULT.withHeader(HEADERS))) {
|
||||
AUTHOR_BOOK_MAP.forEach((author, title) -> {
|
||||
|
||||
Reference in New Issue
Block a user