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

Method testSubList

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

Source from the content-addressed store, hash-verified

64 }
65
66 public void testSubList() {
67 List s = t.subList(1, 2);
68
69 assertTrue("is a Tuple", s instanceof Tuple);
70
71 assertEquals("size", 1, s.size());
72 }
73
74 public void testSubTuple() {
75 Tuple s = t.subTuple(1, 2);

Callers

nothing calls this directly

Calls 3

sizeMethod · 0.65
subListMethod · 0.45
assertEqualsMethod · 0.45

Tested by

no test coverage detected