|
Sacado Package Browser (Single Doxygen Collection) Version of the Day
|
#include <gtest.h>
Public Member Functions | |
| TestSuite (const char *name, const char *a_type_param, internal::SetUpTestSuiteFunc set_up_tc, internal::TearDownTestSuiteFunc tear_down_tc) | |
| virtual | ~TestSuite () |
| const char * | name () const |
| const char * | type_param () const |
| bool | should_run () const |
| int | successful_test_count () const |
| int | skipped_test_count () const |
| int | failed_test_count () const |
| int | reportable_disabled_test_count () const |
| int | disabled_test_count () const |
| int | reportable_test_count () const |
| int | test_to_run_count () const |
| int | total_test_count () const |
| bool | Passed () const |
| bool | Failed () const |
| TimeInMillis | elapsed_time () const |
| TimeInMillis | start_timestamp () const |
| const TestInfo * | GetTestInfo (int i) const |
| const TestResult & | ad_hoc_test_result () const |
Private Member Functions | |
| std::vector< TestInfo * > & | test_info_list () |
| const std::vector< TestInfo * > & | test_info_list () const |
| TestInfo * | GetMutableTestInfo (int i) |
| void | set_should_run (bool should) |
| void | AddTestInfo (TestInfo *test_info) |
| void | ClearResult () |
| void | Run () |
| void | Skip () |
| void | RunSetUpTestSuite () |
| void | RunTearDownTestSuite () |
| void | ShuffleTests (internal::Random *random) |
| void | UnshuffleTests () |
| GTEST_DISALLOW_COPY_AND_ASSIGN_ (TestSuite) | |
Static Private Member Functions | |
| static void | ClearTestSuiteResult (TestSuite *test_suite) |
| static bool | TestPassed (const TestInfo *test_info) |
| static bool | TestSkipped (const TestInfo *test_info) |
| static bool | TestFailed (const TestInfo *test_info) |
| static bool | TestReportableDisabled (const TestInfo *test_info) |
| static bool | TestDisabled (const TestInfo *test_info) |
| static bool | TestReportable (const TestInfo *test_info) |
| static bool | ShouldRunTest (const TestInfo *test_info) |
Private Attributes | |
| std::string | name_ |
| const std::unique_ptr< const ::std::string > | type_param_ |
| std::vector< TestInfo * > | test_info_list_ |
| std::vector< int > | test_indices_ |
| internal::SetUpTestSuiteFunc | set_up_tc_ |
| internal::TearDownTestSuiteFunc | tear_down_tc_ |
| bool | should_run_ |
| TimeInMillis | start_timestamp_ |
| TimeInMillis | elapsed_time_ |
| TestResult | ad_hoc_test_result_ |
Friends | |
| class | Test |
| class | internal::UnitTestImpl |
| testing::TestSuite::TestSuite | ( | const char * | name, |
| const char * | a_type_param, | ||
| internal::SetUpTestSuiteFunc | set_up_tc, | ||
| internal::TearDownTestSuiteFunc | tear_down_tc ) |
|
inline |
| int testing::TestSuite::reportable_disabled_test_count | ( | ) | const |
|
inline |
|
inline |
| const TestInfo * testing::TestSuite::GetTestInfo | ( | int | i | ) | const |
|
inline |
|
inlineprivate |
|
inlineprivate |
|
private |
|
inlineprivate |
|
private |
|
inlinestaticprivate |
|
inlineprivate |
|
inlineprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
inlinestaticprivate |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |