Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/groovy
/ testContains
Method
testContains
src/test/groovy/groovy/lang/TupleTest.java:61–64 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
59
}
60
61
public
void
testContains() {
62
assertTrue(
"contains a"
, t.contains(
"a"
));
63
assertTrue(
"contains b"
, t.contains(
"b"
));
64
}
65
66
public
void
testSubList() {
67
List s = t.subList(1, 2);
Callers
nothing calls this directly
Calls
1
contains
Method · 0.45
Tested by
no test coverage detected