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

  /cts/libs/vogar-expect/src/vogar/
Expectation.java 38 public final class Expectation {
44 /** The expectation of a general successful run. */
45 public static final Expectation SUCCESS = new Expectation(Result.SUCCESS, MATCH_ALL_PATTERN,
48 /** Justification for this expectation */
66 public Expectation(Result result, Pattern pattern, Set<String> tags, String description, long bug) {
96 * Set the current status of this expectation's bug. When a bug is open,
104 * Returns true if {@code outcome} matches this expectation.
115 return "Expectation[description=" + description + " pattern=" + pattern.pattern() + "]";
  /external/chromium/testing/gmock/src/
gmock-spec-builders.cc 87 // Explicitly specifies the cardinality of this expectation. Used by
94 // Retires all pre-requisites of this expectation.
97 // We can take this short-cut as we never retire an expectation
112 // Returns true iff all pre-requisites of this expectation have been
126 // Adds unsatisfied pre-requisites of this expectation to 'result'.
149 // expectation has occurred.
160 // Describes the state of the expectation (e.g. is it satisfied?
332 // No expectation is set on this mock method - we have an
406 // In case the action deletes a piece of the expectation, we
421 // No expectation matches this call - reports a failure
    [all...]

Completed in 112 milliseconds