Searched refs:badClientCount (Results 1 – 2 of 2) sorted by relevance
239 private void testClientResponse(BaseAndroidClient androidClient, int badClientCount) in testClientResponse() argument266 assertThat(notRespondingClients.getValue().length).isEqualTo(badClientCount); in testClientResponse()
3873 private void testClientHealthCheck(TestClient client, int badClientCount) throws Exception { in testClientHealthCheck() argument3882 assertThat(mIntArrayCaptor.getValue().length).isEqualTo(badClientCount); in testClientHealthCheck()