public class ActReadTextTest
extends Object
-
Nested Class Summary
Nested Classes
(package private) static class
(package private) static class
-
Constructor Summary
Constructors
-
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ActReadTextTest
public ActReadTextTest()
-
Method Details
-
readText_singleLineWithoutBreaker_returnsLine
public void readText_singleLineWithoutBreaker_returnsLine()
throws
Exception
- Throws:
Exception
-
readText_multipleLinesWithBreaker_concatenatesWithNewlines
public void readText_multipleLinesWithBreaker_concatenatesWithNewlines()
throws
Exception
- Throws:
Exception
-
readText_breakerOnLastLine_dropsBreakerAndKeepsTrailingNewline
public void readText_breakerOnLastLine_dropsBreakerAndKeepsTrailingNewline()
throws
Exception
- Throws:
Exception