MCPcopy Create free account
hub / github.com/apache/groovy / testEqualsNull

Method testEqualsNull

src/test/groovy/groovy/lang/TupleTest.java:284–288  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

282 }
283
284 public void testEqualsNull() {
285 assertNotEquals(null, tuple(1));
286 assertNotEquals(null, tuple(1, 2));
287 assertNotEquals(null, tuple(1, 2, 3));
288 }
289
290 public void testGroovyStyleAccessor() {
291 try {

Callers

nothing calls this directly

Calls 1

tupleMethod · 0.80

Tested by

no test coverage detected