public class RFC4180ParserTest extends Object
| Constructor and Description |
|---|
RFC4180ParserTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
compareParseToLine(String value1,
String value2,
String value3) |
void |
setUp() |
void |
testEmptyString() |
@BeforeEach public void setUp()
@DisplayName(value="Compare both versions of parseToLine")
@ParameterizedTest(name="value 1 = {0} value 2 = {1} value 3 = {2}")
@CsvSource(value={"value1, value2, value3","slightly more complex value, another value, third value"})
public void compareParseToLine(String value1,
String value2,
String value3)
throws IOException
IOException@Test
@DisplayName(value="handling of an empty string")
public void testEmptyString()
throws IOException
IOExceptionCopyright © 2005–2025. All rights reserved.