MCPcopy Create free account
hub / github.com/nodejs/node / EndTest

Function EndTest

deps/v8/test/debugger/debug/harmony/modules-debug-scopes1.mjs:48–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

46
47// Check result of a test.
48function EndTest() {
49 assertTrue(listener_called, "listener not called for " + test_name);
50 assertNull(exception, test_name + " / " + exception);
51 end_test_count++;
52}
53
54
55// Check that two scope are the same.

Callers 1

Calls 1

assertTrueFunction · 0.50

Tested by

no test coverage detected