Searched refs:RESULT (Results 1 – 1 of 1) sorted by relevance
43 public static final String RESULT = "result"; field in TestCaseRunEntity218 if (e.hasProperty(TEST_CASE_NAME) && e.hasProperty(RESULT)) { in fromEntity()220 (String) e.getProperty(TEST_CASE_NAME), (int) (long) e.getProperty(RESULT)); in fromEntity()