Searched refs:parentId (Results 1 – 3 of 3) sorted by relevance
74 public final long parentId; field in TestStatusEntity.TestCaseReference83 public TestCaseReference(long parentId, int offset) { in TestCaseReference() argument84 this.parentId = parentId; in TestCaseReference()94 this(testCase.parentId, testCase.offset); in TestCaseReference()145 failingTestcaseIds.add(testCase.parentId); in toEntity()
68 public final long parentId; field in TestCaseRunEntity.TestCase80 public TestCase(long parentId, int offset, String name, int result) { in TestCase() argument81 this.parentId = parentId; in TestCase()
86 gets.add(KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseRef.parentId)); in getCurrentFailures()94 Key key = KeyFactory.createKey(TestCaseRunEntity.KIND, testCaseRef.parentId); in getCurrentFailures()