assertCellAt
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)(source)
Asserts the state of a specific cell in the buffer.