Home
last modified time | relevance | path

Searched refs:kExpected (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/googletest/googlemock/test/
H A Dgmock-matchers-comparisons_test.cc486 const int kExpected = 'c'; in TEST() local
488 EXPECT_TRUE(m.Matches(kExpected)); in TEST()
489 EXPECT_FALSE(m.Matches(kExpected + 1)); in TEST()