MADNESS
version 0.9
|
#include <gtest.h>
Public Member Functions | |
int | Run () GTEST_MUST_USE_RESULT_ |
const char * | original_working_dir () const |
const TestCase * | current_test_case () const GTEST_LOCK_EXCLUDED_(mutex_) |
const TestInfo * | current_test_info () const GTEST_LOCK_EXCLUDED_(mutex_) |
int | random_seed () const |
int | successful_test_case_count () const |
int | failed_test_case_count () const |
int | total_test_case_count () const |
int | test_case_to_run_count () const |
int | successful_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 | total_test_count () const |
int | test_to_run_count () const |
TimeInMillis | start_timestamp () const |
TimeInMillis | elapsed_time () const |
bool | Passed () const |
bool | Failed () const |
const TestCase * | GetTestCase (int i) const |
const TestResult & | ad_hoc_test_result () const |
TestEventListeners & | listeners () |
Static Public Member Functions | |
static UnitTest * | GetInstance () |
Friends | |
class | Test |
class | internal::AssertHelper |
class | internal::ScopedTrace |
class | internal::StreamingListenerTest |
class | internal::UnitTestRecordPropertyTestHelper |
Environment * | AddGlobalTestEnvironment (Environment *env) |
internal::UnitTestImpl * | internal::GetUnitTestImpl () |
void | internal::ReportFailureInUnknownLocation (TestPartResult::Type result_type, const std::string &message) |
const TestResult & testing::UnitTest::ad_hoc_test_result | ( | ) | const |
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 |
const TestCase * testing::UnitTest::GetTestCase | ( | int | i | ) | const |
TestEventListeners & testing::UnitTest::listeners | ( | ) |
const char * testing::UnitTest::original_working_dir | ( | ) | const |
References testing::internal::FilePath::c_str().
bool testing::UnitTest::Passed | ( | ) | const |
int testing::UnitTest::random_seed | ( | ) | const |
References testing::internal::UnitTestImpl::random_seed().
int testing::UnitTest::reportable_disabled_test_count | ( | ) | const |
int testing::UnitTest::reportable_test_count | ( | ) | const |
int testing::UnitTest::Run | ( | ) |
internal::TimeInMillis testing::UnitTest::start_timestamp | ( | ) | const |
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 |
|
friend |
|
friend |