|
Sacado Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "gtest/gtest.h"
Go to the source code of this file.
Classes | |
| class | FooTestFixture |
| class | ValueParamTest |
| class | TypedTest< T > |
| class | TypeParameterizedTestSuite< T > |
Typedefs | |
| typedef testing::Types< int, bool > | TypedTestTypes |
| typedef testing::Types< int, bool > | TypeParameterizedTestSuiteTypes |
Functions | |
| TEST (FooTest, Test1) | |
| TEST (FooTest, Test2) | |
| TEST_F (FooTestFixture, Test3) | |
| TEST_F (FooTestFixture, Test4) | |
| TEST_P (ValueParamTest, Test5) | |
| TEST_P (ValueParamTest, Test6) | |
| INSTANTIATE_TEST_SUITE_P (ValueParam, ValueParamTest,::testing::Values(33, 42)) | |
| TYPED_TEST_SUITE (TypedTest, TypedTestTypes) | |
| TYPED_TEST (TypedTest, Test7) | |
| TYPED_TEST (TypedTest, Test8) | |
| TYPED_TEST_SUITE_P (TypeParameterizedTestSuite) | |
| TYPED_TEST_P (TypeParameterizedTestSuite, Test9) | |
| TYPED_TEST_P (TypeParameterizedTestSuite, Test10) | |
| REGISTER_TYPED_TEST_SUITE_P (TypeParameterizedTestSuite, Test9, Test10) | |
| INSTANTIATE_TYPED_TEST_SUITE_P (Single, TypeParameterizedTestSuite, TypeParameterizedTestSuiteTypes) | |
| int | main (int argc, char **argv) |
| typedef testing::Types<int, bool> TypedTestTypes |
Definition at line 58 of file gtest_list_output_unittest_.cc.
| typedef testing::Types<int, bool> TypeParameterizedTestSuiteTypes |
Definition at line 69 of file gtest_list_output_unittest_.cc.
| TEST | ( | FooTest | , |
| Test1 | |||
| ) |
Definition at line 43 of file gtest_list_output_unittest_.cc.
| TEST | ( | FooTest | , |
| Test2 | |||
| ) |
Definition at line 45 of file gtest_list_output_unittest_.cc.
| TEST_F | ( | FooTestFixture | , |
| Test3 | |||
| ) |
Definition at line 48 of file gtest_list_output_unittest_.cc.
| TEST_F | ( | FooTestFixture | , |
| Test4 | |||
| ) |
Definition at line 49 of file gtest_list_output_unittest_.cc.
| TEST_P | ( | ValueParamTest | , |
| Test5 | |||
| ) |
Definition at line 52 of file gtest_list_output_unittest_.cc.
| TEST_P | ( | ValueParamTest | , |
| Test6 | |||
| ) |
Definition at line 53 of file gtest_list_output_unittest_.cc.
| INSTANTIATE_TEST_SUITE_P | ( | ValueParam | , |
| ValueParamTest | , | ||
| ::testing:: | Values33, 42 | ||
| ) |
| TYPED_TEST_SUITE | ( | TypedTest | , |
| TypedTestTypes | |||
| ) |
| TYPED_TEST | ( | TypedTest | , |
| Test7 | |||
| ) |
Definition at line 60 of file gtest_list_output_unittest_.cc.
| TYPED_TEST | ( | TypedTest | , |
| Test8 | |||
| ) |
Definition at line 61 of file gtest_list_output_unittest_.cc.
| TYPED_TEST_SUITE_P | ( | TypeParameterizedTestSuite | ) |
| TYPED_TEST_P | ( | TypeParameterizedTestSuite | , |
| Test9 | |||
| ) |
Definition at line 66 of file gtest_list_output_unittest_.cc.
| TYPED_TEST_P | ( | TypeParameterizedTestSuite | , |
| Test10 | |||
| ) |
Definition at line 67 of file gtest_list_output_unittest_.cc.
| REGISTER_TYPED_TEST_SUITE_P | ( | TypeParameterizedTestSuite | , |
| Test9 | , | ||
| Test10 | |||
| ) |
| INSTANTIATE_TYPED_TEST_SUITE_P | ( | Single | , |
| TypeParameterizedTestSuite | , | ||
| TypeParameterizedTestSuiteTypes | |||
| ) |
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 73 of file gtest_list_output_unittest_.cc.
1.8.5