OutputFrame

io.github.alexarchambault.testutil.OutputFrame
See theOutputFrame companion object
final class OutputFrame(out: Writer, height: Int, preamble: Seq[String], postamble: Seq[String], widthShift: Int)

Displays the last height lines in the terminal via out, updating them along time

Attributes

Companion
object
Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

def addLine(line: String): Unit
def output(): Array[Byte]
def stop(keepFrame: Boolean, errored: Option[PrintStream]): Unit

Concrete fields