MCPcopy Index your code
hub / github.com/SeleniumHQ/selenium / check

Function check

javascript/selenium-webdriver/test/lib/logging_test.js:195–199  ·  view source on GitHub ↗
(entry, expected)

Source from the content-addressed store, hash-verified

193 check(cb3.getCall(3).args[0], entry4)
194
195 function check(entry, expected) {
196 assert.strictEqual(entry.level, expected.level, 'wrong level')
197 assert.strictEqual(entry.message, expected.message, 'wrong message')
198 assert.strictEqual(entry.timestamp, expected.timestamp, 'wrong time')
199 }
200 })
201
202 it('does not invoke removed handler', function () {

Callers 1

logging_test.jsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected