MCPcopy Index your code
hub / github.com/endbasic/endbasic / test_cls_ok

Function test_cls_ok

std/src/console/cmds.rs:707–709  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

705
706 #[test]
707 fn test_cls_ok() {
708 Tester::default().run("CLS").expect_output([CapturedOut::Clear(ClearType::All)]).check();
709 }
710
711 #[test]
712 fn test_cls_errors() {

Callers

nothing calls this directly

Calls 3

checkMethod · 0.45
expect_outputMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected