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

Function test

javascript/selenium-webdriver/test/lib/logging_test.js:121–124  ·  view source on GitHub ↗
(level)

Source from the content-addressed store, hash-verified

119
120 it('Level.OFF is never loggable', function () {
121 function test(level) {
122 root.setLevel(level)
123 assert(!root.isLoggable(logging.Level.OFF), 'OFF should not be loggable at ' + level)
124 }
125
126 test(logging.Level.ALL)
127 test(logging.Level.INFO)

Callers 1

logging_test.jsFile · 0.70

Calls 2

isLoggableMethod · 0.80
setLevelMethod · 0.45

Tested by

no test coverage detected