Home | History | Annotate | Download | only in cctest

Lines Matching refs: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);
508 void Check(const char* source, Expectations expectations,
517 if (expectations == EXPECT_ERROR) {
523 if (expectations == EXPECT_RESULT) {
529 CHECK(expectations == EXPECT_EXCEPTION);