Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
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_SUITE_P (MyInstantiation, ValueParamTest, testing::Values(MyType("one line"), MyType("two\nlines"), MyType("a ""very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooo""ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo""ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo""ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo""ooooong line"))) | |
TYPED_TEST_SUITE (TypedTest, MyTypes) | |
TYPED_TEST (TypedTest, TestA) | |
TYPED_TEST (TypedTest, TestB) | |
TYPED_TEST_SUITE_P (TypeParamTest) | |
TYPED_TEST_P (TypeParamTest, TestA) | |
TYPED_TEST_P (TypeParamTest, TestB) | |
REGISTER_TYPED_TEST_SUITE_P (TypeParamTest, TestA, TestB) | |
INSTANTIATE_TYPED_TEST_SUITE_P (My, TypeParamTest, MyTypes) | |
int | main (int argc, char **argv) |
Definition at line 116 of file googletest-list-tests-unittest_.cc.
TEST | ( | Foo | , |
Bar1 | |||
) |
Definition at line 45 of file googletest-list-tests-unittest_.cc.
TEST | ( | Foo | , |
Bar2 | |||
) |
Definition at line 47 of file googletest-list-tests-unittest_.cc.
TEST | ( | Foo | , |
DISABLED_Bar3 | |||
) |
Definition at line 49 of file googletest-list-tests-unittest_.cc.
TEST | ( | Abc | , |
Xyz | |||
) |
Definition at line 51 of file googletest-list-tests-unittest_.cc.
TEST | ( | Abc | , |
Def | |||
) |
Definition at line 53 of file googletest-list-tests-unittest_.cc.
TEST | ( | FooBar | , |
Baz | |||
) |
Definition at line 55 of file googletest-list-tests-unittest_.cc.
TEST_F | ( | FooTest | , |
Test1 | |||
) |
Definition at line 59 of file googletest-list-tests-unittest_.cc.
TEST_F | ( | FooTest | , |
DISABLED_Test2 | |||
) |
Definition at line 61 of file googletest-list-tests-unittest_.cc.
TEST_F | ( | FooTest | , |
Test3 | |||
) |
Definition at line 63 of file googletest-list-tests-unittest_.cc.
TEST | ( | FooDeathTest | , |
Test1 | |||
) |
Definition at line 65 of file googletest-list-tests-unittest_.cc.
Definition at line 80 of file googletest-list-tests-unittest_.cc.
TEST_P | ( | ValueParamTest | , |
TestA | |||
) |
Definition at line 84 of file googletest-list-tests-unittest_.cc.
TEST_P | ( | ValueParamTest | , |
TestB | |||
) |
Definition at line 86 of file googletest-list-tests-unittest_.cc.
INSTANTIATE_TEST_SUITE_P | ( | MyInstantiation | , |
ValueParamTest | , | ||
testing:: | ValuesMyType("one line"), MyType("two\nlines"), MyType("a ""very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooo""ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo""ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo""ooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo""ooooong line") | ||
) |
TYPED_TEST | ( | TypedTest | , |
TestA | |||
) |
Definition at line 120 of file googletest-list-tests-unittest_.cc.
TYPED_TEST | ( | TypedTest | , |
TestB | |||
) |
Definition at line 122 of file googletest-list-tests-unittest_.cc.
TYPED_TEST_SUITE_P | ( | TypeParamTest | ) |
TYPED_TEST_P | ( | TypeParamTest | , |
TestA | |||
) |
Definition at line 131 of file googletest-list-tests-unittest_.cc.
TYPED_TEST_P | ( | TypeParamTest | , |
TestB | |||
) |
Definition at line 133 of file googletest-list-tests-unittest_.cc.
REGISTER_TYPED_TEST_SUITE_P | ( | TypeParamTest | , |
TestA | , | ||
TestB | |||
) |
INSTANTIATE_TYPED_TEST_SUITE_P | ( | My | , |
TypeParamTest | , | ||
MyTypes | |||
) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 139 of file googletest-list-tests-unittest_.cc.