Analysis Software
Documentation for sPHENIX simulation software
|
#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
class | testing::ScopedFakeTestPartResultReporter |
class | testing::internal::SingleFailureChecker |
Namespaces | |
namespace | testing |
namespace | testing::internal |
Macros | |
#define | EXPECT_FATAL_FAILURE(statement, substr) |
#define | EXPECT_FATAL_FAILURE_ON_ALL_THREADS(statement, substr) |
#define | EXPECT_NONFATAL_FAILURE(statement, substr) |
#define | EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS(statement, substr) |
#define EXPECT_FATAL_FAILURE | ( | statement, | |
substr | |||
) |
Definition at line 138 of file gtest-spi.h.
View newest version in sPHENIX GitHub at line 138 of file gtest-spi.h
Referenced by GTEST_TEST(), TEST(), testing::gmock_matchers_test::TEST(), my_namespace::testing::TEST(), and TEST_F().
#define EXPECT_FATAL_FAILURE_ON_ALL_THREADS | ( | statement, | |
substr | |||
) |
Definition at line 155 of file gtest-spi.h.
View newest version in sPHENIX GitHub at line 155 of file gtest-spi.h
Referenced by TEST_F().
#define EXPECT_NONFATAL_FAILURE | ( | statement, | |
substr | |||
) |
Definition at line 204 of file gtest-spi.h.
View newest version in sPHENIX GitHub at line 204 of file gtest-spi.h
Referenced by testing::gmock_nice_strict_test::TEST(), TEST(), testing::gmock_matchers_test::TEST(), and TEST_F().
#define EXPECT_NONFATAL_FAILURE_ON_ALL_THREADS | ( | statement, | |
substr | |||
) |
Definition at line 218 of file gtest-spi.h.
View newest version in sPHENIX GitHub at line 218 of file gtest-spi.h
Referenced by TEST_F().