HomeSort by relevance Sort by last modified time
    Searched defs:ExpectationStore (Results 1 - 2 of 2) sorted by null

  /cts/libs/vogar-expect/src/vogar/
ExpectationStore.java 54 public final class ExpectationStore {
69 private ExpectationStore() {}
121 public static ExpectationStore parse(Set<File> expectationFiles, ModeId mode) throws IOException {
122 ExpectationStore result = new ExpectationStore();
132 * Create an {@link ExpectationStore} that is populated from expectation resources.
137 * @return the populated {@link ExpectationStore}.
140 public static ExpectationStore parseResources(
143 ExpectationStore result = new ExpectationStore();
    [all...]
  /external/vogar/src/vogar/
ExpectationStore.java 48 final class ExpectationStore {
55 private ExpectationStore(Log log) {
109 public static ExpectationStore parse(Log log,
114 ExpectationStore result = new ExpectationStore(log);

Completed in 146 milliseconds