MCPcopy Index your code
hub / github.com/nodejs/node / Expect

Method Expect

deps/v8/tools/release/test_scripts.py:271–273  ·  view source on GitHub ↗

Convenience wrapper.

(self, *args)

Source from the content-addressed store, hash-verified

269 return "1000000"
270
271 def Expect(self, *args):
272 """Convenience wrapper."""
273 self._mock.Expect(*args)
274
275 def setUp(self):
276 self._mock = SimpleMock()

Callers 13

testGitMockMethod · 0.95
testTagTimeoutMethod · 0.95
testIncrementVersionMethod · 0.95
testBootstrapperMethod · 0.95
testCreateReleaseMethod · 0.95
testAutoPushMethod · 0.95
testRollMergeMethod · 0.95

Calls 1

ExpectMethod · 0.45

Tested by

no test coverage detected