Lines Matching full:testing
66 namespace testing {
81 using testing::internal::DummyMatchResultListener;
82 using testing::internal::ElementMatcherPair;
83 using testing::internal::ElementMatcherPairs;
84 using testing::internal::ElementsAreArrayMatcher;
85 using testing::internal::ExplainMatchFailureTupleTo;
86 using testing::internal::FloatingEqMatcher;
87 using testing::internal::FormatMatcherDescription;
88 using testing::internal::IsReadableTypeName;
89 using testing::internal::MatchMatrix;
90 using testing::internal::PredicateFormatterFromMatcher;
91 using testing::internal::RE;
92 using testing::internal::StreamMatchResultListener;
93 using testing::internal::Strings;
95 // Helper for testing container-valued matchers in mock method context. It is
102 // For testing ExplainMatchResultTo().
156 class GTestMatcherTestP : public testing::TestWithParam<bool> {
190 } // namespace testing