Analysis Software
Documentation for sPHENIX simulation software
|
Go to the source code of this file.
Classes | |
struct | Bool |
struct | PredFunctor1 |
struct | PredFormatFunctor1 |
class | Predicate1Test |
struct | PredFunctor2 |
struct | PredFormatFunctor2 |
class | Predicate2Test |
struct | PredFunctor3 |
struct | PredFormatFunctor3 |
class | Predicate3Test |
struct | PredFunctor4 |
struct | PredFormatFunctor4 |
class | Predicate4Test |
struct | PredFunctor5 |
struct | PredFormatFunctor5 |
class | Predicate5Test |
Typedefs | |
typedef Predicate1Test | EXPECT_PRED_FORMAT1Test |
typedef Predicate1Test | ASSERT_PRED_FORMAT1Test |
typedef Predicate1Test | EXPECT_PRED1Test |
typedef Predicate1Test | ASSERT_PRED1Test |
typedef Predicate2Test | EXPECT_PRED_FORMAT2Test |
typedef Predicate2Test | ASSERT_PRED_FORMAT2Test |
typedef Predicate2Test | EXPECT_PRED2Test |
typedef Predicate2Test | ASSERT_PRED2Test |
typedef Predicate3Test | EXPECT_PRED_FORMAT3Test |
typedef Predicate3Test | ASSERT_PRED_FORMAT3Test |
typedef Predicate3Test | EXPECT_PRED3Test |
typedef Predicate3Test | ASSERT_PRED3Test |
typedef Predicate4Test | EXPECT_PRED_FORMAT4Test |
typedef Predicate4Test | ASSERT_PRED_FORMAT4Test |
typedef Predicate4Test | EXPECT_PRED4Test |
typedef Predicate4Test | ASSERT_PRED4Test |
typedef Predicate5Test | EXPECT_PRED_FORMAT5Test |
typedef Predicate5Test | ASSERT_PRED_FORMAT5Test |
typedef Predicate5Test | EXPECT_PRED5Test |
typedef Predicate5Test | ASSERT_PRED5Test |
Functions | |
std::ostream & | operator<< (std::ostream &os, const Bool &x) |
template<typename T1 > | |
bool | PredFunction1 (T1 v1) |
bool | PredFunction1Int (int v1) |
bool | PredFunction1Bool (Bool v1) |
template<typename T1 > | |
testing::AssertionResult | PredFormatFunction1 (const char *e1, const T1 &v1) |
TEST_F (EXPECT_PRED1Test, FunctionOnBuiltInTypeSuccess) | |
TEST_F (EXPECT_PRED1Test, FunctionOnUserTypeSuccess) | |
TEST_F (EXPECT_PRED1Test, FunctorOnBuiltInTypeSuccess) | |
TEST_F (EXPECT_PRED1Test, FunctorOnUserTypeSuccess) | |
TEST_F (EXPECT_PRED1Test, FunctionOnBuiltInTypeFailure) | |
TEST_F (EXPECT_PRED1Test, FunctionOnUserTypeFailure) | |
TEST_F (EXPECT_PRED1Test, FunctorOnBuiltInTypeFailure) | |
TEST_F (EXPECT_PRED1Test, FunctorOnUserTypeFailure) | |
template<typename T1 , typename T2 > | |
bool | PredFunction2 (T1 v1, T2 v2) |
bool | PredFunction2Int (int v1, int v2) |
bool | PredFunction2Bool (Bool v1, Bool v2) |
template<typename T1 , typename T2 > | |
testing::AssertionResult | PredFormatFunction2 (const char *e1, const char *e2, const T1 &v1, const T2 &v2) |
TEST_F (EXPECT_PRED2Test, FunctionOnBuiltInTypeSuccess) | |
TEST_F (EXPECT_PRED2Test, FunctionOnUserTypeSuccess) | |
TEST_F (EXPECT_PRED2Test, FunctorOnBuiltInTypeSuccess) | |
TEST_F (EXPECT_PRED2Test, FunctorOnUserTypeSuccess) | |
TEST_F (EXPECT_PRED2Test, FunctionOnBuiltInTypeFailure) | |
TEST_F (EXPECT_PRED2Test, FunctionOnUserTypeFailure) | |
TEST_F (EXPECT_PRED2Test, FunctorOnBuiltInTypeFailure) | |
TEST_F (EXPECT_PRED2Test, FunctorOnUserTypeFailure) | |
template<typename T1 , typename T2 , typename T3 > | |
bool | PredFunction3 (T1 v1, T2 v2, T3 v3) |
bool | PredFunction3Int (int v1, int v2, int v3) |
bool | PredFunction3Bool (Bool v1, Bool v2, Bool v3) |
template<typename T1 , typename T2 , typename T3 > | |
testing::AssertionResult | PredFormatFunction3 (const char *e1, const char *e2, const char *e3, const T1 &v1, const T2 &v2, const T3 &v3) |
TEST_F (EXPECT_PRED3Test, FunctionOnBuiltInTypeSuccess) | |
TEST_F (EXPECT_PRED3Test, FunctionOnUserTypeSuccess) | |
TEST_F (EXPECT_PRED3Test, FunctorOnBuiltInTypeSuccess) | |
TEST_F (EXPECT_PRED3Test, FunctorOnUserTypeSuccess) | |
TEST_F (EXPECT_PRED3Test, FunctionOnBuiltInTypeFailure) | |
TEST_F (EXPECT_PRED3Test, FunctionOnUserTypeFailure) | |
TEST_F (EXPECT_PRED3Test, FunctorOnBuiltInTypeFailure) | |
TEST_F (EXPECT_PRED3Test, FunctorOnUserTypeFailure) | |
template<typename T1 , typename T2 , typename T3 , typename T4 > | |
bool | PredFunction4 (T1 v1, T2 v2, T3 v3, T4 v4) |
bool | PredFunction4Int (int v1, int v2, int v3, int v4) |
bool | PredFunction4Bool (Bool v1, Bool v2, Bool v3, Bool v4) |
template<typename T1 , typename T2 , typename T3 , typename T4 > | |
testing::AssertionResult | PredFormatFunction4 (const char *e1, const char *e2, const char *e3, const char *e4, const T1 &v1, const T2 &v2, const T3 &v3, const T4 &v4) |
TEST_F (EXPECT_PRED4Test, FunctionOnBuiltInTypeSuccess) | |
TEST_F (EXPECT_PRED4Test, FunctionOnUserTypeSuccess) | |
TEST_F (EXPECT_PRED4Test, FunctorOnBuiltInTypeSuccess) | |
TEST_F (EXPECT_PRED4Test, FunctorOnUserTypeSuccess) | |
TEST_F (EXPECT_PRED4Test, FunctionOnBuiltInTypeFailure) | |
TEST_F (EXPECT_PRED4Test, FunctionOnUserTypeFailure) | |
TEST_F (EXPECT_PRED4Test, FunctorOnBuiltInTypeFailure) | |
TEST_F (EXPECT_PRED4Test, FunctorOnUserTypeFailure) | |
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > | |
bool | PredFunction5 (T1 v1, T2 v2, T3 v3, T4 v4, T5 v5) |
bool | PredFunction5Int (int v1, int v2, int v3, int v4, int v5) |
bool | PredFunction5Bool (Bool v1, Bool v2, Bool v3, Bool v4, Bool v5) |
template<typename T1 , typename T2 , typename T3 , typename T4 , typename T5 > | |
testing::AssertionResult | PredFormatFunction5 (const char *e1, const char *e2, const char *e3, const char *e4, const char *e5, const T1 &v1, const T2 &v2, const T3 &v3, const T4 &v4, const T5 &v5) |
TEST_F (EXPECT_PRED5Test, FunctionOnBuiltInTypeSuccess) | |
TEST_F (EXPECT_PRED5Test, FunctionOnUserTypeSuccess) | |
TEST_F (EXPECT_PRED5Test, FunctorOnBuiltInTypeSuccess) | |
TEST_F (EXPECT_PRED5Test, FunctorOnUserTypeSuccess) | |
TEST_F (EXPECT_PRED5Test, FunctionOnBuiltInTypeFailure) | |
TEST_F (EXPECT_PRED5Test, FunctionOnUserTypeFailure) | |
TEST_F (EXPECT_PRED5Test, FunctorOnBuiltInTypeFailure) | |
TEST_F (EXPECT_PRED5Test, FunctorOnUserTypeFailure) | |
typedef Predicate1Test ASSERT_PRED1Test |
Definition at line 163 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 163 of file gtest_pred_impl_unittest.cc
typedef Predicate2Test ASSERT_PRED2Test |
Definition at line 560 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 560 of file gtest_pred_impl_unittest.cc
typedef Predicate3Test ASSERT_PRED3Test |
Definition at line 999 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 999 of file gtest_pred_impl_unittest.cc
typedef Predicate4Test ASSERT_PRED4Test |
Definition at line 1480 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1480 of file gtest_pred_impl_unittest.cc
typedef Predicate5Test ASSERT_PRED5Test |
Definition at line 2003 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2003 of file gtest_pred_impl_unittest.cc
Definition at line 161 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 161 of file gtest_pred_impl_unittest.cc
Definition at line 558 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 558 of file gtest_pred_impl_unittest.cc
Definition at line 997 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 997 of file gtest_pred_impl_unittest.cc
Definition at line 1478 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1478 of file gtest_pred_impl_unittest.cc
Definition at line 2001 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2001 of file gtest_pred_impl_unittest.cc
typedef Predicate1Test EXPECT_PRED1Test |
Definition at line 162 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 162 of file gtest_pred_impl_unittest.cc
typedef Predicate2Test EXPECT_PRED2Test |
Definition at line 559 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 559 of file gtest_pred_impl_unittest.cc
typedef Predicate3Test EXPECT_PRED3Test |
Definition at line 998 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 998 of file gtest_pred_impl_unittest.cc
typedef Predicate4Test EXPECT_PRED4Test |
Definition at line 1479 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1479 of file gtest_pred_impl_unittest.cc
typedef Predicate5Test EXPECT_PRED5Test |
Definition at line 2002 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2002 of file gtest_pred_impl_unittest.cc
Definition at line 160 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 160 of file gtest_pred_impl_unittest.cc
Definition at line 557 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 557 of file gtest_pred_impl_unittest.cc
Definition at line 996 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 996 of file gtest_pred_impl_unittest.cc
Definition at line 1477 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1477 of file gtest_pred_impl_unittest.cc
Definition at line 2000 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2000 of file gtest_pred_impl_unittest.cc
std::ostream& operator<< | ( | std::ostream & | os, |
const Bool & | x | ||
) |
Definition at line 69 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 69 of file gtest_pred_impl_unittest.cc
References Bool::value.
testing::AssertionResult PredFormatFunction1 | ( | const char * | e1, |
const T1 & | v1 | ||
) |
Definition at line 101 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 101 of file gtest_pred_impl_unittest.cc
References testing::AssertionFailure(), testing::AssertionSuccess(), and PredFunction1().
Referenced by PredFormatFunctor1::operator()().
testing::AssertionResult PredFormatFunction2 | ( | const char * | e1, |
const char * | e2, | ||
const T1 & | v1, | ||
const T2 & | v2 | ||
) |
Definition at line 489 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 489 of file gtest_pred_impl_unittest.cc
References testing::AssertionFailure(), testing::AssertionSuccess(), and PredFunction2().
Referenced by PredFormatFunctor2::operator()().
testing::AssertionResult PredFormatFunction3 | ( | const char * | e1, |
const char * | e2, | ||
const char * | e3, | ||
const T1 & | v1, | ||
const T2 & | v2, | ||
const T3 & | v3 | ||
) |
Definition at line 919 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 919 of file gtest_pred_impl_unittest.cc
References testing::AssertionFailure(), testing::AssertionSuccess(), and PredFunction3().
Referenced by PredFormatFunctor3::operator()().
testing::AssertionResult PredFormatFunction4 | ( | const char * | e1, |
const char * | e2, | ||
const char * | e3, | ||
const char * | e4, | ||
const T1 & | v1, | ||
const T2 & | v2, | ||
const T3 & | v3, | ||
const T4 & | v4 | ||
) |
Definition at line 1391 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1391 of file gtest_pred_impl_unittest.cc
References testing::AssertionFailure(), testing::AssertionSuccess(), and PredFunction4().
Referenced by PredFormatFunctor4::operator()().
testing::AssertionResult PredFormatFunction5 | ( | const char * | e1, |
const char * | e2, | ||
const char * | e3, | ||
const char * | e4, | ||
const char * | e5, | ||
const T1 & | v1, | ||
const T2 & | v2, | ||
const T3 & | v3, | ||
const T4 & | v4, | ||
const T5 & | v5 | ||
) |
Definition at line 1905 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1905 of file gtest_pred_impl_unittest.cc
References testing::AssertionFailure(), testing::AssertionSuccess(), and PredFunction5().
Referenced by PredFormatFunctor5::operator()().
bool PredFunction1 | ( | T1 | v1 | ) |
Definition at line 77 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 77 of file gtest_pred_impl_unittest.cc
Referenced by PredFormatFunction1().
bool PredFunction1Bool | ( | Bool | v1 | ) |
Definition at line 87 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 87 of file gtest_pred_impl_unittest.cc
Referenced by TEST_F().
bool PredFunction1Int | ( | int | v1 | ) |
Definition at line 84 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 84 of file gtest_pred_impl_unittest.cc
Referenced by TEST_F().
Definition at line 464 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 464 of file gtest_pred_impl_unittest.cc
Referenced by PredFormatFunction2().
Definition at line 474 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 474 of file gtest_pred_impl_unittest.cc
Referenced by TEST_F().
bool PredFunction2Int | ( | int | v1, |
int | v2 | ||
) |
Definition at line 471 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 471 of file gtest_pred_impl_unittest.cc
Referenced by TEST_F().
Definition at line 893 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 893 of file gtest_pred_impl_unittest.cc
Referenced by PredFormatFunction3().
Definition at line 903 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 903 of file gtest_pred_impl_unittest.cc
Referenced by TEST_F().
bool PredFunction3Int | ( | int | v1, |
int | v2, | ||
int | v3 | ||
) |
Definition at line 900 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 900 of file gtest_pred_impl_unittest.cc
Referenced by TEST_F().
bool PredFunction4 | ( | T1 | v1, |
T2 | v2, | ||
T3 | v3, | ||
T4 | v4 | ||
) |
Definition at line 1364 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1364 of file gtest_pred_impl_unittest.cc
Referenced by PredFormatFunction4().
Definition at line 1374 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1374 of file gtest_pred_impl_unittest.cc
Referenced by TEST_F().
bool PredFunction4Int | ( | int | v1, |
int | v2, | ||
int | v3, | ||
int | v4 | ||
) |
Definition at line 1371 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1371 of file gtest_pred_impl_unittest.cc
Referenced by TEST_F().
bool PredFunction5 | ( | T1 | v1, |
T2 | v2, | ||
T3 | v3, | ||
T4 | v4, | ||
T5 | v5 | ||
) |
Definition at line 1877 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1877 of file gtest_pred_impl_unittest.cc
Referenced by PredFormatFunction5().
Definition at line 1887 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1887 of file gtest_pred_impl_unittest.cc
Referenced by TEST_F().
bool PredFunction5Int | ( | int | v1, |
int | v2, | ||
int | v3, | ||
int | v4, | ||
int | v5 | ||
) |
Definition at line 1884 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1884 of file gtest_pred_impl_unittest.cc
Referenced by TEST_F().
TEST_F | ( | EXPECT_PRED1Test | , |
FunctionOnBuiltInTypeSuccess | |||
) |
Definition at line 167 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 167 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED1, and PredFunction1Int().
TEST_F | ( | EXPECT_PRED1Test | , |
FunctionOnUserTypeSuccess | |||
) |
Definition at line 175 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 175 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED1, and PredFunction1Bool().
TEST_F | ( | EXPECT_PRED1Test | , |
FunctorOnBuiltInTypeSuccess | |||
) |
Definition at line 183 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 183 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED1.
TEST_F | ( | EXPECT_PRED1Test | , |
FunctorOnUserTypeSuccess | |||
) |
Definition at line 191 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 191 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED1.
TEST_F | ( | EXPECT_PRED1Test | , |
FunctionOnBuiltInTypeFailure | |||
) |
Definition at line 199 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 199 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, EXPECT_PRED1, and PredFunction1Int().
TEST_F | ( | EXPECT_PRED1Test | , |
FunctionOnUserTypeFailure | |||
) |
Definition at line 209 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 209 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, EXPECT_PRED1, and PredFunction1Bool().
TEST_F | ( | EXPECT_PRED1Test | , |
FunctorOnBuiltInTypeFailure | |||
) |
Definition at line 219 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 219 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, and EXPECT_PRED1.
TEST_F | ( | EXPECT_PRED1Test | , |
FunctorOnUserTypeFailure | |||
) |
Definition at line 229 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 229 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, and EXPECT_PRED1.
TEST_F | ( | EXPECT_PRED2Test | , |
FunctionOnBuiltInTypeSuccess | |||
) |
Definition at line 564 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 564 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED2, and PredFunction2Int().
TEST_F | ( | EXPECT_PRED2Test | , |
FunctionOnUserTypeSuccess | |||
) |
Definition at line 573 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 573 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED2, and PredFunction2Bool().
TEST_F | ( | EXPECT_PRED2Test | , |
FunctorOnBuiltInTypeSuccess | |||
) |
Definition at line 582 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 582 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED2.
TEST_F | ( | EXPECT_PRED2Test | , |
FunctorOnUserTypeSuccess | |||
) |
Definition at line 591 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 591 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED2.
TEST_F | ( | EXPECT_PRED2Test | , |
FunctionOnBuiltInTypeFailure | |||
) |
Definition at line 600 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 600 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, EXPECT_PRED2, and PredFunction2Int().
TEST_F | ( | EXPECT_PRED2Test | , |
FunctionOnUserTypeFailure | |||
) |
Definition at line 611 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 611 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, EXPECT_PRED2, and PredFunction2Bool().
TEST_F | ( | EXPECT_PRED2Test | , |
FunctorOnBuiltInTypeFailure | |||
) |
Definition at line 622 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 622 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, and EXPECT_PRED2.
TEST_F | ( | EXPECT_PRED2Test | , |
FunctorOnUserTypeFailure | |||
) |
Definition at line 633 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 633 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, and EXPECT_PRED2.
TEST_F | ( | EXPECT_PRED3Test | , |
FunctionOnBuiltInTypeSuccess | |||
) |
Definition at line 1003 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1003 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED3, and PredFunction3Int().
TEST_F | ( | EXPECT_PRED3Test | , |
FunctionOnUserTypeSuccess | |||
) |
Definition at line 1013 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1013 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED3, and PredFunction3Bool().
TEST_F | ( | EXPECT_PRED3Test | , |
FunctorOnBuiltInTypeSuccess | |||
) |
Definition at line 1023 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1023 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED3.
TEST_F | ( | EXPECT_PRED3Test | , |
FunctorOnUserTypeSuccess | |||
) |
Definition at line 1033 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1033 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED3.
TEST_F | ( | EXPECT_PRED3Test | , |
FunctionOnBuiltInTypeFailure | |||
) |
Definition at line 1043 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1043 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, EXPECT_PRED3, and PredFunction3Int().
TEST_F | ( | EXPECT_PRED3Test | , |
FunctionOnUserTypeFailure | |||
) |
Definition at line 1055 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1055 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, EXPECT_PRED3, and PredFunction3Bool().
TEST_F | ( | EXPECT_PRED3Test | , |
FunctorOnBuiltInTypeFailure | |||
) |
Definition at line 1067 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1067 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, and EXPECT_PRED3.
TEST_F | ( | EXPECT_PRED3Test | , |
FunctorOnUserTypeFailure | |||
) |
Definition at line 1079 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1079 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, and EXPECT_PRED3.
TEST_F | ( | EXPECT_PRED4Test | , |
FunctionOnBuiltInTypeSuccess | |||
) |
Definition at line 1484 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1484 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED4, and PredFunction4Int().
TEST_F | ( | EXPECT_PRED4Test | , |
FunctionOnUserTypeSuccess | |||
) |
Definition at line 1495 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1495 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED4, and PredFunction4Bool().
TEST_F | ( | EXPECT_PRED4Test | , |
FunctorOnBuiltInTypeSuccess | |||
) |
Definition at line 1506 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1506 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED4.
TEST_F | ( | EXPECT_PRED4Test | , |
FunctorOnUserTypeSuccess | |||
) |
Definition at line 1517 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1517 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED4.
TEST_F | ( | EXPECT_PRED4Test | , |
FunctionOnBuiltInTypeFailure | |||
) |
Definition at line 1528 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1528 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, EXPECT_PRED4, and PredFunction4Int().
TEST_F | ( | EXPECT_PRED4Test | , |
FunctionOnUserTypeFailure | |||
) |
Definition at line 1541 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1541 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, EXPECT_PRED4, and PredFunction4Bool().
TEST_F | ( | EXPECT_PRED4Test | , |
FunctorOnBuiltInTypeFailure | |||
) |
Definition at line 1554 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1554 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, and EXPECT_PRED4.
TEST_F | ( | EXPECT_PRED4Test | , |
FunctorOnUserTypeFailure | |||
) |
Definition at line 1567 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 1567 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, and EXPECT_PRED4.
TEST_F | ( | EXPECT_PRED5Test | , |
FunctionOnBuiltInTypeSuccess | |||
) |
Definition at line 2007 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2007 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED5, and PredFunction5Int().
TEST_F | ( | EXPECT_PRED5Test | , |
FunctionOnUserTypeSuccess | |||
) |
Definition at line 2019 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2019 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED5, and PredFunction5Bool().
TEST_F | ( | EXPECT_PRED5Test | , |
FunctorOnBuiltInTypeSuccess | |||
) |
Definition at line 2031 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2031 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED5.
TEST_F | ( | EXPECT_PRED5Test | , |
FunctorOnUserTypeSuccess | |||
) |
Definition at line 2043 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2043 of file gtest_pred_impl_unittest.cc
References EXPECT_PRED5.
TEST_F | ( | EXPECT_PRED5Test | , |
FunctionOnBuiltInTypeFailure | |||
) |
Definition at line 2055 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2055 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, EXPECT_PRED5, and PredFunction5Int().
TEST_F | ( | EXPECT_PRED5Test | , |
FunctionOnUserTypeFailure | |||
) |
Definition at line 2069 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2069 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, EXPECT_PRED5, and PredFunction5Bool().
TEST_F | ( | EXPECT_PRED5Test | , |
FunctorOnBuiltInTypeFailure | |||
) |
Definition at line 2083 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2083 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, and EXPECT_PRED5.
TEST_F | ( | EXPECT_PRED5Test | , |
FunctorOnUserTypeFailure | |||
) |
Definition at line 2097 of file gtest_pred_impl_unittest.cc.
View newest version in sPHENIX GitHub at line 2097 of file gtest_pred_impl_unittest.cc
References EXPECT_NONFATAL_FAILURE, and EXPECT_PRED5.