Example #1
0
  @Test
  public void testCoverage() throws EligibleException {
    Coverage.all(DUMMY_PARAMS);

    verifyGet(Coverage.class, "https://gds.eligibleapi.com/v1.5/coverage/all", DUMMY_PARAMS);
    verifyNoMoreInteractions(networkMock);
  }