Lines Matching full:expectations
44 * checksum within JSON expectations file, in the form
94 * Test expectations (allowed image results, etc.)
96 class Expectations {
99 * No expectations at all.
101 explicit Expectations(bool ignoreFailure=kDefaultIgnoreFailure);
107 explicit Expectations(const SkBitmap& bitmap, bool ignoreFailure=kDefaultIgnoreFailure);
112 explicit Expectations(const BitmapAndDigest& bitmapAndDigest);
115 * Create Expectations from a JSON element as found within the
119 * don't have any expectations.
121 explicit Expectations(Json::Value jsonElement);
124 * Returns true iff we want to ignore failed expectations.
156 * Return a JSON representation of the expectations.
169 * Abstract source of Expectations objects for individual tests.
173 virtual Expectations get(const char *testName) const = 0;
180 * Return Expectations based on individual image files on disk.
185 * Create an ExpectationsSource that will return Expectations based on
193 Expectations get(const char *testName) const override ;
200 * Return Expectations based on JSON summary file.
205 * Create an ExpectationsSource that will return Expectations based on
212 Expectations get(const char *testName) const override;