Searched refs:TEST_RUNS (Results 1 – 1 of 1) sorted by relevance
68 public static final String TEST_RUNS = "testRuns"; field in TestPlanRunEntity199 planRun.setUnindexedProperty(TEST_RUNS, this.oldTestRuns); in toEntity()261 || !e.hasProperty(TEST_RUNS)) { in fromEntity()280 List<Key> oldTestRuns = (List<Key>) e.getProperty(TEST_RUNS); in fromEntity()