Searched refs:eventJson (Results 1 – 1 of 1) sorted by relevance
334 public void handleEvent(String eventJson) throws JSONException; in handleEvent() argument339 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument340 TestRunStartedEventInfo rsi = new TestRunStartedEventInfo(new JSONObject(eventJson)); in handleEvent()351 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument352 TestRunFailedEventInfo rfi = new TestRunFailedEventInfo(new JSONObject(eventJson)); in handleEvent()359 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument361 TestRunEndedEventInfo rei = new TestRunEndedEventInfo(new JSONObject(eventJson)); in handleEvent()373 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument375 new InvocationFailedEventInfo(new JSONObject(eventJson)); in handleEvent()382 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument[all …]