OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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