public class LineReaderTest extends Object
| Constructor and Description |
|---|
LineReaderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
lineReaderKeepingCRWillHandleEmptyString() |
void |
lineReaderKeepingCRWillHandleStringWithNoLinefeed() |
void |
lineReaderNoCRWillHandleEmptyString() |
void |
lineReaderNoCRWillHandleStringWithNoLinefeed() |
void |
lineReaderWillKeepCR() |
void |
lineReaderWillRemoveCR() |
@Test
public void lineReaderWillKeepCR()
throws IOException
IOException@Test
public void lineReaderWillRemoveCR()
throws IOException
IOException@Test
public void lineReaderKeepingCRWillHandleStringWithNoLinefeed()
throws IOException
IOException@Test
public void lineReaderNoCRWillHandleStringWithNoLinefeed()
throws IOException
IOException@Test
public void lineReaderKeepingCRWillHandleEmptyString()
throws IOException
IOException@Test
public void lineReaderNoCRWillHandleEmptyString()
throws IOException
IOExceptionCopyright © 2005–2025. All rights reserved.