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

Method assertNotNull

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

Assert that the specified object is not null. @param object the object to check

(final Object object)

Source from the content-addressed store, hash-verified

200 * @param object the object to check
201 */
202 public static void assertNotNull(final Object object) {
203 Assertions.assertNotNull(object);
204 }
205
206 /**
207 * Assert that the specified object is not null.

Callers 15

getFileContentMethod · 0.95
unittest.jsFile · 0.80
unittest.jsFile · 0.80
dom_test.jsFile · 0.80
unittest_test.jsFile · 0.80
isVisibleFunction · 0.80
dom_test.jsFile · 0.80
unittest_test.jsFile · 0.80
isVisibleFunction · 0.80
mimeWithWhitespaceMethod · 0.80
permutationsAreEqualMethod · 0.80
reflexiveMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected