Expand description
Lightweight in-repo FTUI test harness.
This shim replaces the external ftui-harness dev-dependency so the cass
repo no longer pulls legacy crossterm compatibility into its test graph.
Enums§
- Match
Mode - Comparison mode for snapshot testing.
Functions§
- assert_
buffer_ snapshot - Assert that a buffer’s text representation matches a stored snapshot.
- assert_
buffer_ snapshot_ ansi - Assert that a buffer’s ANSI-styled representation matches a stored snapshot.
- buffer_
to_ text - Convert a render buffer to plain text.
- diff_
text - Compute a simple line-by-line diff between two text strings.