Orxonox
0.0.5 Codename: Arcturus
|
#include </home/jenkins/workspace/orxonox_doxygen_trunk/src/external/gtest/include/gtest/gtest.h>
Public Member Functions | |
const TestCase * | current_test_case () const |
const TestInfo * | current_test_info () const |
int | disabled_test_count () const |
TimeInMillis | elapsed_time () const |
bool | Failed () const |
int | failed_test_case_count () const |
int | failed_test_count () const |
const TestCase * | GetTestCase (int i) const |
TestEventListeners & | listeners () |
const char * | original_working_dir () const |
bool | Passed () const |
int | random_seed () const |
int | Run () GTEST_MUST_USE_RESULT_ |
int | successful_test_case_count () const |
int | successful_test_count () const |
int | test_case_to_run_count () const |
int | test_to_run_count () const |
int | total_test_case_count () const |
int | total_test_count () const |
Static Public Member Functions | |
static UnitTest * | GetInstance () |
Private Member Functions | |
UnitTest () | |
virtual | ~UnitTest () |
Environment * | AddEnvironment (Environment *env) |
void | AddTestPartResult (TestPartResult::Type result_type, const char *file_name, int line_number, const internal::String &message, const internal::String &os_stack_trace) |
TestCase * | GetMutableTestCase (int i) |
GTEST_DISALLOW_COPY_AND_ASSIGN_ (UnitTest) | |
internal::UnitTestImpl * | impl () |
const internal::UnitTestImpl * | impl () const |
void | PopGTestTrace () |
void | PushGTestTrace (const internal::TraceInfo &trace) |
void | RecordPropertyForCurrentTest (const char *key, const char *value) |
Private Attributes | |
internal::UnitTestImpl * | impl_ |
internal::Mutex | mutex_ |
Friends | |
Environment * | AddGlobalTestEnvironment (Environment *env) |
class | internal::AssertHelper |
internal::UnitTestImpl * | internal::GetUnitTestImpl () |
void | internal::ReportFailureInUnknownLocation (TestPartResult::Type result_type, const internal::String &message) |
class | internal::ScopedTrace |
class | Test |
|
private |
|
privatevirtual |
|
private |
|
private |
const TestCase * testing::UnitTest::current_test_case | ( | ) | const |
const TestInfo * testing::UnitTest::current_test_info | ( | ) | const |
int testing::UnitTest::disabled_test_count | ( | ) | const |
internal::TimeInMillis testing::UnitTest::elapsed_time | ( | ) | const |
bool testing::UnitTest::Failed | ( | ) | const |
int testing::UnitTest::failed_test_case_count | ( | ) | const |
int testing::UnitTest::failed_test_count | ( | ) | const |
|
static |
|
private |
const TestCase * testing::UnitTest::GetTestCase | ( | int | i | ) | const |
|
private |
|
inlineprivate |
|
inlineprivate |
TestEventListeners & testing::UnitTest::listeners | ( | ) |
const char * testing::UnitTest::original_working_dir | ( | ) | const |
bool testing::UnitTest::Passed | ( | ) | const |
|
private |
|
private |
int testing::UnitTest::random_seed | ( | ) | const |
|
private |
int testing::UnitTest::Run | ( | ) |
int testing::UnitTest::successful_test_case_count | ( | ) | const |
int testing::UnitTest::successful_test_count | ( | ) | const |
int testing::UnitTest::test_case_to_run_count | ( | ) | const |
int testing::UnitTest::test_to_run_count | ( | ) | const |
int testing::UnitTest::total_test_case_count | ( | ) | const |
int testing::UnitTest::total_test_count | ( | ) | const |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
friend |
|
private |
|
mutableprivate |