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

Method testGetTo

src/test/groovy/groovy/lang/EmptyRangeTest.java:63–65  ·  view source on GitHub ↗

Test method for groovy.lang.EmptyRange#getTo().

()

Source from the content-addressed store, hash-verified

61 * Test method for {@link groovy.lang.EmptyRange#getTo()}.
62 */
63 public void testGetTo() {
64 assertEquals("wrong 'from' value", AT, range.getTo());
65 }
66
67 /**
68 * Test method for {@link groovy.lang.EmptyRange#isReverse()}.

Callers

nothing calls this directly

Calls 2

getToMethod · 0.65
assertEqualsMethod · 0.45

Tested by

no test coverage detected