MCPcopy Index your code
hub / github.com/apache/groovy / testToArray

Method testToArray

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

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

()

Source from the content-addressed store, hash-verified

126 * Test method for {@link groovy.lang.EmptyRange#toArray()}.
127 */
128 public void testToArray() {
129 assertArrayEquals(new Object[0], range.toArray());
130 }
131
132 /**
133 * Test method for {@link groovy.lang.EmptyRange#get(int)}.

Callers

nothing calls this directly

Calls 2

assertArrayEqualsMethod · 0.80
toArrayMethod · 0.45

Tested by

no test coverage detected