Lines Matching full:testing
15 #include "testing/gmock/include/gmock/gmock.h"
16 #include "testing/gtest/include/gtest/gtest.h"
24 using testing::_;
25 using testing::AnyNumber;
26 using testing::InSequence;
27 using testing::Ge;
28 using testing::Le;
29 using testing::NotNull;
87 class TraceEventTest: public testing::Test {
176 testing::Ge(str.str().length()),