Home | History | Annotate | Download | only in test

Lines Matching full:matcher_test

816 namespace matcher_test {
818 } // namespace matcher_test
821 Matcher<int> m = matcher_test::IsOdd();
828 return Value(arg, matcher_test::IsOdd()) && arg > 0;