Home
last modified time | relevance | path

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

/cts/tools/utils/
DDescriptionGenerator.java135 ExpectationStore ctsExpectationStore = null; in start() local
137 ctsExpectationStore = VogarUtils.provideExpectationStore("./" + CTS_EXPECTATION_DIR); in start()
145 xmlGenerator.addTestClass(new TestClass(clazz, ctsExpectationStore, architecture)); in start()