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

Function test_new_nothing

std/src/program.rs:866–868  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

864
865 #[test]
866 fn test_new_nothing() {
867 Tester::default().run("NEW").expect_clear().check();
868 }
869
870 #[test]
871 fn test_new_clears_program_and_variables() {

Callers

nothing calls this directly

Calls 3

expect_clearMethod · 0.80
checkMethod · 0.45
runMethod · 0.45

Tested by

no test coverage detected