MCPcopy 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

nameMethod · 0.65
assertThatMethod · 0.45

Tested by

no test coverage detected