Searched refs:TEST_ERROR (Results 1 – 2 of 2) sorted by relevance
61 public final static int TEST_ERROR = 6; field in TestEventHandler462 eventsReceived[TEST_ERROR] = true; in error()463 if (notExpecting[TEST_ERROR]) { in error()478 expects[TEST_ERROR] = false; in error()705 expects[TEST_ERROR] = true; in expectError()709 notExpecting[TEST_ERROR] = true; in expectNoError()713 expects[TEST_ERROR] = true; in expectError()
41 private static final String TEST_ERROR = "SPP version not supported"; field in SppResponseMessageTest88 errorInfo.addAttribute(SppResponseMessage.SPPErrorCodeAttribute, TEST_ERROR); in verifySppSoapResponseWithErrorAttribute()106 assertEquals(SppConstants.mapErrorStringToInt(TEST_ERROR), sppResponseMessage.getError()); in verifySppSoapResponseWithErrorAttribute()