Searched refs:JctfTestSpecifications (Results 1 – 2 of 2) sorted by relevance
1176 JctfTestSpecifications.Outcome expectedOutcome = in runJctfTest()1177 JctfTestSpecifications.getExpectedOutcome( in runJctfTest()1180 expectedOutcome == JctfTestSpecifications.Outcome.TIMEOUTS_WITH_ART in runJctfTest()1181 || expectedOutcome == JctfTestSpecifications.Outcome.FLAKY_WITH_ART, in runJctfTest()1182 expectedOutcome == JctfTestSpecifications.Outcome.FAILS_WITH_ART); in runJctfTest()1266 JctfTestSpecifications.getExpectedOutcome( in runJctfTest()1269 expectedOutcome == JctfTestSpecifications.Outcome.TIMEOUTS_WITH_ART in runJctfTest()1270 || expectedOutcome == JctfTestSpecifications.Outcome.FLAKY_WITH_ART, in runJctfTest()1271 expectedOutcome == JctfTestSpecifications.Outcome.FAILS_WITH_ART); in runJctfTest()
22 public class JctfTestSpecifications { class