Home | History | Annotate | Download | only in test

Lines Matching refs:EXPECT_STRCASENE

6248   EXPECT_STRCASENE("foo", "bar") << "unexpected failure";
6250 EXPECT_NONFATAL_FAILURE(EXPECT_STRCASENE("foo", "FOO") << "expected failure",