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

Function EndTest

deps/v8/test/debugger/bugs/harmony/debug-blockscopes.js:74–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72
73// Check result of a test.
74function EndTest() {
75 assertTrue(listener_called, "listerner not called for " + test_name);
76 assertNull(exception, test_name);
77 end_test_count++;
78}
79
80
81// Check that the scope chain contains the expected types of scopes.

Callers 1

Calls 1

assertTrueFunction · 0.50

Tested by

no test coverage detected