Torque2D Reference
|
#include <gtest.h>
Public Member Functions | |
TestCase (const char *name, const char *a_type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) | |
virtual | ~TestCase () |
const char * | name () const |
const char * | type_param () const |
bool | should_run () const |
int | successful_test_count () const |
int | failed_test_count () const |
int | disabled_test_count () const |
int | test_to_run_count () const |
int | total_test_count () const |
bool | Passed () const |
bool | Failed () const |
TimeInMillis | elapsed_time () const |
const TestInfo * | GetTestInfo (int i) const |
TestCase (const char *name, const char *a_type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) | |
virtual | ~TestCase () |
const char * | name () const |
const char * | type_param () const |
bool | should_run () const |
int | successful_test_count () const |
int | failed_test_count () const |
int | disabled_test_count () const |
int | test_to_run_count () const |
int | total_test_count () const |
bool | Passed () const |
bool | Failed () const |
TimeInMillis | elapsed_time () const |
const TestInfo * | GetTestInfo (int i) const |
TestCase (const char *name, const char *a_type_param, Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc) | |
virtual | ~TestCase () |
const char * | name () const |
const char * | type_param () const |
bool | should_run () const |
int | successful_test_count () const |
int | failed_test_count () const |
int | disabled_test_count () const |
int | test_to_run_count () const |
int | total_test_count () const |
bool | Passed () const |
bool | Failed () const |
TimeInMillis | elapsed_time () const |
const TestInfo * | GetTestInfo (int i) const |
Friends | |
class | Test |
class | internal::UnitTestImpl |
TestCase | ( | const char * | name, |
const char * | a_type_param, | ||
Test::SetUpTestCaseFunc | set_up_tc, | ||
Test::TearDownTestCaseFunc | tear_down_tc | ||
) |
|
virtual |
TestCase | ( | const char * | name, |
const char * | a_type_param, | ||
Test::SetUpTestCaseFunc | set_up_tc, | ||
Test::TearDownTestCaseFunc | tear_down_tc | ||
) |
|
virtual |
TestCase | ( | const char * | name, |
const char * | a_type_param, | ||
Test::SetUpTestCaseFunc | set_up_tc, | ||
Test::TearDownTestCaseFunc | tear_down_tc | ||
) |
|
virtual |
int disabled_test_count | ( | ) | const |
int disabled_test_count | ( | ) | const |
int disabled_test_count | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int failed_test_count | ( | ) | const |
int failed_test_count | ( | ) | const |
int failed_test_count | ( | ) | const |
const TestInfo* GetTestInfo | ( | int | i | ) | const |
const TestInfo * GetTestInfo | ( | int | i | ) | const |
const TestInfo* GetTestInfo | ( | int | i | ) | const |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
int successful_test_count | ( | ) | const |
int successful_test_count | ( | ) | const |
int successful_test_count | ( | ) | const |
int test_to_run_count | ( | ) | const |
int test_to_run_count | ( | ) | const |
int test_to_run_count | ( | ) | const |
int total_test_count | ( | ) | const |
int total_test_count | ( | ) | const |
int total_test_count | ( | ) | const |
|
inline |
|
inline |
|
inline |
|
friend |
|
friend |