Package-level declarations
Types
Link copied to clipboard
A mock implementation of Terminal for use in unit and integration tests.
Functions
Link copied to clipboard
fun Buffer.assertCellAt(x: Int, y: Int, char: Char? = null, foreground: Color? = null, background: Color? = null, bold: Boolean? = null, italic: Boolean? = null, underline: Boolean? = null, strikethrough: Boolean? = null)
Asserts the state of a specific cell in the buffer.
Link copied to clipboard
Asserts that the buffer contains the specified text anywhere in its character grid.
Link copied to clipboard
Captures the characters in the Buffer as a literal string representation.