Documentation
¶
Index ¶
- func AssertF(t *testing.T, b bool, fmt string, args ...any)
- func CheckAttrs(t *testing.T, term MockTerm, x Col, y Row, a Attr)
- func CheckColors(t *testing.T, term MockTerm, x Col, y Row, fg color.Color, bg color.Color)
- func CheckContent(t *testing.T, term MockTerm, x Col, y Row, s string)
- func CheckPos(t *testing.T, term MockTerm, x Col, y Row)
- func CheckRead(t *testing.T, term MockTerm, want string)
- func MustClose(t *testing.T, term MockTerm)
- func MustStart(t *testing.T, term MockTerm)
- func ReadF(t *testing.T, term MockTerm) string
- func VerifyF(t *testing.T, b bool, fmt string, args ...any)
- func WriteF(t *testing.T, term MockTerm, str string, args ...any)
- type Attr
- type Col
- type Coord
- type MockTerm
- type Row
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckAttrs ¶
CheckAttrs verifies the attributes of a given cell.
func CheckColors ¶
CheckColors verifies the colors of a given cell.
func CheckContent ¶
CheckContent verifies the content at a given cell of the terminal.
Types ¶
Click to show internal directories.
Click to hide internal directories.