Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/OpenFeign/feign
/ test
Method
test
mock/src/test/java/feign/mock/MockTargetTest.java:32–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
30
}
31
32
@Test
33
void
test() {
34
assertThat(target.name()).isEqualTo(
"MockTargetTest"
);
35
}
36
}
Callers
nothing calls this directly
Calls
2
name
Method · 0.65
assertThat
Method · 0.45
Tested by
no test coverage detected