Home | History | Annotate | Download | only in test

Lines Matching full:testing

23 #include "testing/gtest/include/gtest/gtest.h"
24 #include "testing/multiprocess_func_list.h"
36 class MaybeTestDisabler : public testing::EmptyTestEventListener {
38 virtual void OnTestStart(const testing::TestInfo& test_info) {
52 testing::GTEST_FLAG(catch_exceptions) = false;
56 testing::InitGoogleTest(&argc, argv);
70 bool TestSuite::IsMarkedFlaky(const testing::TestInfo& test) {
75 bool TestSuite::IsMarkedFailing(const testing::TestInfo& test) {
80 bool TestSuite::IsMarkedMaybe(const testing::TestInfo& test) {
85 bool TestSuite::ShouldIgnoreFailure(const testing::TestInfo& test) {
92 bool TestSuite::NonIgnoredFailures(const testing::TestInfo& test) {
98 testing::UnitTest* instance = testing::UnitTest::GetInstance();
102 const testing::TestCase& test_case = *instance->GetTestCase(i);
114 testing::TestEventListeners& listeners =
115 testing::UnitTest::GetInstance()->listeners();