|
int | Run () GTEST_MUST_USE_RESULT_ |
|
const char * | original_working_dir () const |
|
const TestCase * | current_test_case () const |
|
const TestInfo * | current_test_info () const |
|
int | random_seed () const |
|
internal::ParameterizedTestCaseRegistry & | parameterized_test_registry () |
|
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 | disabled_test_count () const |
|
int | total_test_count () const |
|
int | test_to_run_count () const |
|
TimeInMillis | elapsed_time () const |
|
bool | Passed () const |
|
bool | Failed () const |
|
const TestCase * | GetTestCase (int i) const |
|
TestEventListeners & | listeners () |
|
The documentation for this class was generated from the following files:
- Build/UnitTest/gtest/gtest.h
- Build/UnitTest/gtest-all.cc