MCPcopy Index your code
hub / github.com/HtmlUnit/htmlunit / assertFalse

Method assertFalse

src/test/java/org/htmlunit/WebTestCase.java:376–378  ·  view source on GitHub ↗

Assert the specified condition is false. @param condition condition to test

(final boolean condition)

Source from the content-addressed store, hash-verified

374 * @param condition condition to test
375 */
376 protected void assertFalse(final boolean condition) {
377 Assertions.assertFalse(condition);
378 }
379
380 /**
381 * Assert the specified condition is false.

Callers 15

TestTestCaseFunction · 0.80
TestTestCase2Function · 0.80
TestTestCaseFunction · 0.80
TestTestCase2Function · 0.80
onCompleteFunction · 0.80
utils.jsFile · 0.80
lang.jsFile · 0.80
array.jsFile · 0.80
bootstrap.jsFile · 0.80
selfTest.jsFile · 0.80
_base.jsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected