Class OutputTester

java.lang.Object
de.tum.in.test.api.io.OutputTester

public final class OutputTester
extends java.lang.Object
Captures console output as Lines, and therefore is OS line separator independent. The lines get numbered.
Since:
0.1.0
Version:
1.0.0
Author:
Christian Femers
See Also:
IOTester
  • Constructor Summary

    Constructors 
    Constructor Description
    OutputTester()  
  • Method Summary

    Modifier and Type Method Description
    void acceptOutput​(java.nio.CharBuffer output)  
    java.util.List<Line> getOutput()  
    void resetOutput()  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait