Searched refs:TOTAL_API_COUNT (Results 1 – 2 of 2) sorted by relevance
66 public static final String TOTAL_API_COUNT = "totalApiCount"; field in TestPlanRunEntity275 e.hasProperty(TOTAL_API_COUNT) ? (long) e.getProperty(TOTAL_API_COUNT) : 0L; in fromEntity()
137 public static final String TOTAL_API_COUNT = "totalApiCount"; field in TestRunEntity475 json.add(TOTAL_API_COUNT, new JsonPrimitive(totalHalApi)); in toJson()