Searched refs:eventJson (Results 1 – 1 of 1) sorted by relevance
313 public void handleEvent(String eventJson) throws JSONException; in handleEvent() argument318 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument319 TestRunStartedEventInfo rsi = new TestRunStartedEventInfo(new JSONObject(eventJson)); in handleEvent()326 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument327 TestRunFailedEventInfo rfi = new TestRunFailedEventInfo(new JSONObject(eventJson)); in handleEvent()334 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument336 TestRunEndedEventInfo rei = new TestRunEndedEventInfo(new JSONObject(eventJson)); in handleEvent()348 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument350 new InvocationFailedEventInfo(new JSONObject(eventJson)); in handleEvent()357 public void handleEvent(String eventJson) throws JSONException { in handleEvent() argument[all …]