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

Method assertTrue

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

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

(final boolean condition)

Source from the content-addressed store, hash-verified

357 * @param condition condition to test
358 */
359 protected void assertTrue(final boolean condition) {
360 Assertions.assertTrue(condition);
361 }
362
363 /**
364 * Assert the specified condition is true.

Callers 15

TestTestCaseFunction · 0.80
TestTestCase2Function · 0.80
TestTestCaseFunction · 0.80
TestTestCase2Function · 0.80
regexp.jsFile · 0.80
DeferredList.jsFile · 0.80
node.jsFile · 0.80
onItemFunction · 0.80
onErrorFunction · 0.80
onitemFunction · 0.80
errorFunction · 0.80
onCompleteFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected