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

  /cts/libs/vogar-expect/src/vogar/
AnnotatedOutcome.java 28 * with, if applicable, and the expectation for this test, so that result value information is
38 private final Expectation expectation; field in class:AnnotatedOutcome
47 AnnotatedOutcome(Outcome outcome, Expectation expectation,
53 this.expectation = expectation;
70 return outcome.getResultValue(expectation);
76 previousResultValues.add(previousOutcome.getResultValue(expectation));
100 return tagOutcome == null ? null : tagOutcome.getResultValue(expectation);
    [all...]
ExpectationStore.java 49 * <p>If an outcome matches both an outcome expectation and a failure
50 * expectation, the outcome expectation will be returned.
54 private final Map<String, Expectation> outcomes = new LinkedHashMap<String, Expectation>();
55 private final Map<String, Expectation> failures = new LinkedHashMap<String, Expectation>();
61 * returns a value for all names, even if no explicit expectation was set.
63 public Expectation get(String name) {
64 Expectation byName = getByNameOrPackage(name)
95 Expectation expectation = outcomes.get(name); local
191 Expectation expectation = new Expectation(result, pattern, tags, description, buganizerBug); local
    [all...]
  /external/chromium/chrome/browser/password_manager/
password_store_mac_unittest.cc 199 PasswordFormData* expectation = expectations[i]; local
200 EXPECT_EQ(expectation->scheme, form->scheme) << test_label;
201 EXPECT_EQ(std::string(expectation->signon_realm), form->signon_realm)
203 EXPECT_EQ(GURL(expectation->origin), form->origin) << test_label;
204 EXPECT_EQ(GURL(expectation->action), form->action) << test_label;
205 EXPECT_EQ(WideToUTF16(expectation->submit_element), form->submit_element)
207 EXPECT_EQ(WideToUTF16(expectation->username_element),
209 EXPECT_EQ(WideToUTF16(expectation->password_element),
211 if (expectation->username_value) {
212 EXPECT_EQ(WideToUTF16(expectation->username_value)
    [all...]
  /prebuilt/common/groovy/
groovy-all-1.7.0.jar 

Completed in 74 milliseconds