Home | History | Annotate | Download | only in test

Lines Matching full:matcher_test

684 namespace matcher_test {
686 } // namespace matcher_test
689 Matcher<int> m = matcher_test::IsOdd();
696 return Value(arg, matcher_test::IsOdd()) && arg > 0;