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

Method createRange

src/test/groovy/groovy/lang/ObjectRangeTest.java:380–382  ·  view source on GitHub ↗
(int from, int to)

Source from the content-addressed store, hash-verified

378 }
379
380 protected Range createRange(int from, int to) {
381 return new ObjectRange(Integer.valueOf(from), Integer.valueOf(to));
382 }
383
384 protected Range createRange(Comparable from, Comparable to) {
385 return new ObjectRange(from, to);

Callers 10

testSizeMethod · 0.95
testPropertiesMethod · 0.95
testGetMethod · 0.95
testGetOutOfRangeMethod · 0.95
testMixedCreationMethod · 0.95
testContainsMethod · 0.95
testSubListMethod · 0.95
testHashCodeAndEqualsMethod · 0.95
testIteratorExceptionMethod · 0.95
testIteratorAndStep1Method · 0.95

Calls 1

valueOfMethod · 0.45

Tested by

no test coverage detected