Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#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_SUITE_P (MyInstantiation, ValueParamTest, testing::Values(MyType("one line"), MyType("two\nlines"), MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong 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 124 of file googletest-list-tests-unittest_.cc.
TEST | ( | Foo | , |
Bar1 | |||
) |
Definition at line 43 of file googletest-list-tests-unittest_.cc.
TEST | ( | Foo | , |
Bar2 | |||
) |
Definition at line 46 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 52 of file googletest-list-tests-unittest_.cc.
TEST | ( | Abc | , |
Def | |||
) |
Definition at line 55 of file googletest-list-tests-unittest_.cc.
TEST | ( | FooBar | , |
Baz | |||
) |
Definition at line 58 of file googletest-list-tests-unittest_.cc.
TEST_F | ( | FooTest | , |
Test1 | |||
) |
Definition at line 64 of file googletest-list-tests-unittest_.cc.
TEST_F | ( | FooTest | , |
DISABLED_Test2 | |||
) |
Definition at line 67 of file googletest-list-tests-unittest_.cc.
TEST_F | ( | FooTest | , |
Test3 | |||
) |
Definition at line 70 of file googletest-list-tests-unittest_.cc.
TEST | ( | FooDeathTest | , |
Test1 | |||
) |
Definition at line 73 of file googletest-list-tests-unittest_.cc.
Definition at line 89 of file googletest-list-tests-unittest_.cc.
TEST_P | ( | ValueParamTest | , |
TestA | |||
) |
Definition at line 96 of file googletest-list-tests-unittest_.cc.
TEST_P | ( | ValueParamTest | , |
TestB | |||
) |
Definition at line 99 of file googletest-list-tests-unittest_.cc.
INSTANTIATE_TEST_SUITE_P | ( | MyInstantiation | , |
ValueParamTest | , | ||
testing:: | ValuesMyType("one line"), MyType("two\nlines"), MyType("a very\nloooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooong line") | ||
) |
TYPED_TEST | ( | TypedTest | , |
TestA | |||
) |
Definition at line 128 of file googletest-list-tests-unittest_.cc.
TYPED_TEST | ( | TypedTest | , |
TestB | |||
) |
Definition at line 131 of file googletest-list-tests-unittest_.cc.
TYPED_TEST_SUITE_P | ( | TypeParamTest | ) |
TYPED_TEST_P | ( | TypeParamTest | , |
TestA | |||
) |
Definition at line 142 of file googletest-list-tests-unittest_.cc.
TYPED_TEST_P | ( | TypeParamTest | , |
TestB | |||
) |
Definition at line 145 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 152 of file googletest-list-tests-unittest_.cc.