[][src]Module console_tester::term

term module for testing buffered items against

'term' will create a object that will take in a 'buffer::TermWriter' and compare it against the current terminal properties.

Internal Example

use console_tester::term::TermStrings;
let term_strings: TermStrings = TermStrings::new_from_env();
let term_list = term_strings.get_term_list();

Structs

TermStrings