Lines Matching full:expectations
38 enum Expectations {
64 Expectations expectations,
141 Expectations expectations,
155 if (expectations == EXPECT_ERROR) {
164 if (expectations == EXPECT_RESULT) {
170 CHECK(expectations == EXPECT_EXCEPTION);
579 void Check(const char* source, Expectations expectations,
588 if (expectations == EXPECT_ERROR) {
594 if (expectations == EXPECT_RESULT) {
600 CHECK(expectations == EXPECT_EXCEPTION);