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

Method assertNull

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

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

(final Object object)

Source from the content-addressed store, hash-verified

183 * @param object the object to check
184 */
185 public static void assertNull(final Object object) {
186 Assertions.assertNull(object, "Expected null but found [" + object + "]");
187 }
188
189 /**
190 * Assert that the specified object is null.

Callers 15

dom_test.jsFile · 0.80
unittest_test.jsFile · 0.80
string_test.jsFile · 0.80
ajax_test.jsFile · 0.80
dom_test.jsFile · 0.80
unittest_test.jsFile · 0.80
string_test.jsFile · 0.80
ajax_test.jsFile · 0.80
sameSiteMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected