MCPcopy Index your code
hub / github.com/OpenFeign/feign / hitMock

Method hitMock

mock/src/test/java/feign/mock/MockClientTest.java:147–152  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

145 }
146
147 @Test
148 void hitMock() {
149 List<Contributor> contributors = github.contributors("netflix", "feign");
150 assertThat(contributors).hasSize(30);
151 mockClient.verifyStatus();
152 }
153
154 @Test
155 void missMock() {

Callers

nothing calls this directly

Calls 3

verifyStatusMethod · 0.80
contributorsMethod · 0.65
assertThatMethod · 0.45

Tested by

no test coverage detected