()
| 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() { |
nothing calls this directly
no test coverage detected