HomeSort by relevance Sort by last modified time
    Searched refs:isVogarKnownFailure (Results 1 - 3 of 3) sorted by null

  /cts/tools/utils/
VogarUtils.java 30 public static boolean isVogarKnownFailure(ExpectationStore[] expectationStores,
34 if (isVogarKnownFailure(expectationStore, testClassName, testMethodName)) {
41 public static boolean isVogarKnownFailure(ExpectationStore expectationStore,
CollectAllTests.java 425 } else if (VogarUtils.isVogarKnownFailure(expectations,
DescriptionGenerator.java 555 if (VogarUtils.isVogarKnownFailure(expectationStore, clazz.toString(), name)) {

Completed in 131 milliseconds