#include <gtest.h>
Definition at line 18159 of file gtest.h.
testing::TestCase::~TestCase |
( |
| ) |
|
|
virtual |
const TestResult& testing::TestCase::ad_hoc_test_result |
( |
| ) |
const |
|
inline |
void testing::TestCase::AddTestInfo |
( |
TestInfo * |
test_info | ) |
|
|
private |
void testing::TestCase::ClearResult |
( |
| ) |
|
|
private |
static void testing::TestCase::ClearTestCaseResult |
( |
TestCase * |
test_case | ) |
|
|
inlinestaticprivate |
int testing::TestCase::disabled_test_count |
( |
| ) |
const |
bool testing::TestCase::Failed |
( |
| ) |
const |
|
inline |
int testing::TestCase::failed_test_count |
( |
| ) |
const |
TestInfo * testing::TestCase::GetMutableTestInfo |
( |
int |
i | ) |
|
|
private |
const TestInfo * testing::TestCase::GetTestInfo |
( |
int |
i | ) |
const |
testing::TestCase::GTEST_DISALLOW_COPY_AND_ASSIGN_ |
( |
TestCase |
| ) |
|
|
private |
const char* testing::TestCase::name |
( |
| ) |
const |
|
inline |
bool testing::TestCase::Passed |
( |
| ) |
const |
|
inline |
int testing::TestCase::reportable_disabled_test_count |
( |
| ) |
const |
int testing::TestCase::reportable_test_count |
( |
| ) |
const |
void testing::TestCase::Run |
( |
| ) |
|
|
private |
void testing::TestCase::RunSetUpTestCase |
( |
| ) |
|
|
inlineprivate |
void testing::TestCase::RunTearDownTestCase |
( |
| ) |
|
|
inlineprivate |
void testing::TestCase::set_should_run |
( |
bool |
should | ) |
|
|
inlineprivate |
bool testing::TestCase::should_run |
( |
| ) |
const |
|
inline |
static bool testing::TestCase::ShouldRunTest |
( |
const TestInfo * |
test_info | ) |
|
|
inlinestaticprivate |
int testing::TestCase::successful_test_count |
( |
| ) |
const |
std::vector<TestInfo*>& testing::TestCase::test_info_list |
( |
| ) |
|
|
inlineprivate |
const std::vector<TestInfo*>& testing::TestCase::test_info_list |
( |
| ) |
const |
|
inlineprivate |
int testing::TestCase::test_to_run_count |
( |
| ) |
const |
static bool testing::TestCase::TestDisabled |
( |
const TestInfo * |
test_info | ) |
|
|
inlinestaticprivate |
static bool testing::TestCase::TestFailed |
( |
const TestInfo * |
test_info | ) |
|
|
inlinestaticprivate |
static bool testing::TestCase::TestPassed |
( |
const TestInfo * |
test_info | ) |
|
|
inlinestaticprivate |
static bool testing::TestCase::TestReportable |
( |
const TestInfo * |
test_info | ) |
|
|
inlinestaticprivate |
static bool testing::TestCase::TestReportableDisabled |
( |
const TestInfo * |
test_info | ) |
|
|
inlinestaticprivate |
int testing::TestCase::total_test_count |
( |
| ) |
const |
const char* testing::TestCase::type_param |
( |
| ) |
const |
|
inline |
void testing::TestCase::UnshuffleTests |
( |
| ) |
|
|
private |
std::string testing::TestCase::name_ |
|
private |
bool testing::TestCase::should_run_ |
|
private |
std::vector<int> testing::TestCase::test_indices_ |
|
private |
std::vector<TestInfo*> testing::TestCase::test_info_list_ |
|
private |
The documentation for this class was generated from the following files: