MCPcopy Create free account
hub / github.com/HtmlUnit/htmlunit / assertSame

Method assertSame

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

Asserts that two objects refer to the same object. @param expected the expected object @param actual the actual object

(final Object expected, final Object actual)

Source from the content-addressed store, hash-verified

218 * @param actual the actual object
219 */
220 public static void assertSame(final Object expected, final Object actual) {
221 Assertions.assertSame(expected, actual);
222 }
223
224 /**
225 * Asserts that two objects refer to the same object.

Callers 15

basicWindowTrackingMethod · 0.80
currentWindow2Method · 0.80
charsetMethod · 0.80
charsetImplicitMethod · 0.80
charsetInContentMethod · 0.80
inputStreamMethod · 0.80
charsetInMetaTagMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected