Searched refs:TEST_CASE_NAME (Results 1 – 1 of 1) sorted by relevance
42 public static final String TEST_CASE_NAME = "testCaseName"; 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()