Home
last modified time | relevance | path

Searched refs:VogarUtils (Results 1 – 4 of 4) sorted by relevance

/cts/tools/utils/
DAndroid.mk23 LOCAL_SRC_FILES := CollectAllTests.java DescriptionGenerator.java VogarUtils.java
DVogarUtils.java28 public class VogarUtils { class
DCollectAllTests.java164 = VogarUtils.provideExpectationStore(libcoreExpectationDir); in main()
165 ctsVogarExpectationStore = VogarUtils.provideExpectationStore(CTS_EXPECTATION_DIR); in main()
425 } else if (VogarUtils.isVogarKnownFailure(expectations, in addToTests()
DDescriptionGenerator.java125 ctsExpectationStore = VogarUtils.provideExpectationStore("./" + CTS_EXPECTATION_DIR); in start()
555 if (VogarUtils.isVogarKnownFailure(expectationStore, clazz.toString(), name)) { in getTestMethods()