Home
last modified time | relevance | path

Searched refs:provideExpectationStore (Results 1 – 3 of 3) sorted by relevance

/cts/tools/utils/
DVogarUtils.java66 public static ExpectationStore provideExpectationStore(String dir) throws IOException { in provideExpectationStore() method in VogarUtils
DCollectAllTests.java175 = VogarUtils.provideExpectationStore(libcoreExpectationDir); in main()
176 ctsVogarExpectationStore = VogarUtils.provideExpectationStore(CTS_EXPECTATION_DIR); in main()
DDescriptionGenerator.java137 ctsExpectationStore = VogarUtils.provideExpectationStore("./" + CTS_EXPECTATION_DIR); in start()