Analysis Software
Documentation for sPHENIX simulation software
|
#include "gtest/gtest.h"
Go to the source code of this file.
Functions | |
TEST (Foo, Bar1) | |
TEST (Foo, Bar2) | |
TEST (Foo, DISABLED_Bar3) | |
TEST (Abc, Xyz) | |
TEST (Abc, Def) | |
TEST (FooBar, Baz) | |
TEST_F (FooTest, Test1) | |
TEST_F (FooTest, DISABLED_Test2) | |
TEST_F (FooTest, Test3) | |
TEST (FooDeathTest, Test1) | |
void | PrintTo (const MyType &x, std::ostream *os) |
TEST_P (ValueParamTest, TestA) | |
TEST_P (ValueParamTest, TestB) | |
INSTANTIATE_TEST_CASE_P (MyInstantiation, ValueParamTest, testing::Values(MyType("one line"), MyType("two\nlines"), MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line"))) | |
TYPED_TEST_CASE (TypedTest, MyTypes) | |
TYPED_TEST (TypedTest, TestA) | |
TYPED_TEST (TypedTest, TestB) | |
TYPED_TEST_CASE_P (TypeParamTest) | |
TYPED_TEST_P (TypeParamTest, TestA) | |
TYPED_TEST_P (TypeParamTest, TestB) | |
REGISTER_TYPED_TEST_CASE_P (TypeParamTest, TestA, TestB) | |
INSTANTIATE_TYPED_TEST_CASE_P (My, TypeParamTest, MyTypes) | |
int | main (int argc, char **argv) |
Definition at line 125 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 125 of file gtest_list_tests_unittest_.cc
INSTANTIATE_TEST_CASE_P | ( | MyInstantiation | , |
ValueParamTest | , | ||
testing:: | ValuesMyType("one line"), MyType("two\nlines"), MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line") | ||
) |
INSTANTIATE_TYPED_TEST_CASE_P | ( | My | , |
TypeParamTest | , | ||
MyTypes | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 153 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 153 of file gtest_list_tests_unittest_.cc
References testing::InitGoogleTest(), and RUN_ALL_TESTS().
void PrintTo | ( | const MyType & | x, |
std::ostream * | os | ||
) |
Definition at line 90 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 90 of file gtest_list_tests_unittest_.cc
References MyType::value().
REGISTER_TYPED_TEST_CASE_P | ( | TypeParamTest | , |
TestA | , | ||
TestB | |||
) |
TEST | ( | Foo | , |
Bar1 | |||
) |
Definition at line 44 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 44 of file gtest_list_tests_unittest_.cc
TEST | ( | Foo | , |
Bar2 | |||
) |
Definition at line 47 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 47 of file gtest_list_tests_unittest_.cc
TEST | ( | Foo | , |
DISABLED_Bar3 | |||
) |
Definition at line 50 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 50 of file gtest_list_tests_unittest_.cc
TEST | ( | Abc | , |
Xyz | |||
) |
Definition at line 53 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 53 of file gtest_list_tests_unittest_.cc
TEST | ( | Abc | , |
Def | |||
) |
Definition at line 56 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 56 of file gtest_list_tests_unittest_.cc
TEST | ( | FooBar | , |
Baz | |||
) |
Definition at line 59 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 59 of file gtest_list_tests_unittest_.cc
TEST | ( | FooDeathTest | , |
Test1 | |||
) |
Definition at line 74 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 74 of file gtest_list_tests_unittest_.cc
TEST_F | ( | FooTest | , |
Test1 | |||
) |
Definition at line 65 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 65 of file gtest_list_tests_unittest_.cc
TEST_F | ( | FooTest | , |
DISABLED_Test2 | |||
) |
Definition at line 68 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 68 of file gtest_list_tests_unittest_.cc
TEST_F | ( | FooTest | , |
Test3 | |||
) |
Definition at line 71 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 71 of file gtest_list_tests_unittest_.cc
TEST_P | ( | ValueParamTest | , |
TestA | |||
) |
Definition at line 97 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 97 of file gtest_list_tests_unittest_.cc
TEST_P | ( | ValueParamTest | , |
TestB | |||
) |
Definition at line 100 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 100 of file gtest_list_tests_unittest_.cc
TYPED_TEST | ( | TypedTest | , |
TestA | |||
) |
Definition at line 129 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 129 of file gtest_list_tests_unittest_.cc
TYPED_TEST | ( | TypedTest | , |
TestB | |||
) |
Definition at line 132 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 132 of file gtest_list_tests_unittest_.cc
TYPED_TEST_CASE_P | ( | TypeParamTest | ) |
TYPED_TEST_P | ( | TypeParamTest | , |
TestA | |||
) |
Definition at line 143 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 143 of file gtest_list_tests_unittest_.cc
TYPED_TEST_P | ( | TypeParamTest | , |
TestB | |||
) |
Definition at line 146 of file gtest_list_tests_unittest_.cc.
View newest version in sPHENIX GitHub at line 146 of file gtest_list_tests_unittest_.cc