Namespaces | |
namespace | internal |
namespace | internal2 |
Classes | |
class | AssertionResult |
class | EmptyTestEventListener |
class | Environment |
class | Message |
class | ScopedFakeTestPartResultReporter |
class | Test |
class | TestCase |
class | TestEventListener |
class | TestEventListeners |
class | TestInfo |
class | TestPartResult |
class | TestPartResultArray |
class | TestPartResultReporterInterface |
class | TestProperty |
class | TestResult |
class | UnitTest |
Functions | |
GTEST_DECLARE_string_ (death_test_style) | |
std::ostream & | operator<< (std::ostream &os, const Message &sb) |
template<typename T > | |
::std::string | PrintToString (const T &value) |
std::ostream & | operator<< (std::ostream &os, const TestPartResult &result) |
GTEST_DECLARE_bool_ (also_run_disabled_tests) | |
GTEST_DECLARE_bool_ (break_on_failure) | |
GTEST_DECLARE_bool_ (catch_exceptions) | |
GTEST_DECLARE_string_ (color) | |
GTEST_DECLARE_string_ (filter) | |
GTEST_DECLARE_bool_ (list_tests) | |
GTEST_DECLARE_string_ (output) | |
GTEST_DECLARE_bool_ (print_time) | |
GTEST_DECLARE_int32_ (random_seed) | |
GTEST_DECLARE_int32_ (repeat) | |
GTEST_DECLARE_bool_ (show_internal_stack_frames) | |
GTEST_DECLARE_bool_ (shuffle) | |
GTEST_DECLARE_int32_ (stack_trace_depth) | |
GTEST_DECLARE_bool_ (throw_on_failure) | |
GTEST_DECLARE_string_ (stream_result_to) | |
GTEST_API_ AssertionResult | AssertionSuccess () |
GTEST_API_ AssertionResult | AssertionFailure () |
GTEST_API_ AssertionResult | AssertionFailure (const Message &msg) |
Variables | |
const int | kMaxStackTraceDepth = 100 |
GTEST_API_ AssertionResult testing::AssertionFailure | ( | ) |
GTEST_API_ AssertionResult testing::AssertionFailure | ( | const Message & | msg | ) |
GTEST_API_ AssertionResult testing::AssertionSuccess | ( | ) |
testing::GTEST_DECLARE_bool_ | ( | also_run_disabled_tests | ) |
testing::GTEST_DECLARE_bool_ | ( | break_on_failure | ) |
testing::GTEST_DECLARE_bool_ | ( | catch_exceptions | ) |
testing::GTEST_DECLARE_bool_ | ( | list_tests | ) |
testing::GTEST_DECLARE_bool_ | ( | print_time | ) |
testing::GTEST_DECLARE_bool_ | ( | show_internal_stack_frames | ) |
testing::GTEST_DECLARE_bool_ | ( | shuffle | ) |
testing::GTEST_DECLARE_bool_ | ( | throw_on_failure | ) |
testing::GTEST_DECLARE_int32_ | ( | random_seed | ) |
testing::GTEST_DECLARE_int32_ | ( | repeat | ) |
testing::GTEST_DECLARE_int32_ | ( | stack_trace_depth | ) |
testing::GTEST_DECLARE_string_ | ( | color | ) |
testing::GTEST_DECLARE_string_ | ( | death_test_style | ) |
testing::GTEST_DECLARE_string_ | ( | filter | ) |
testing::GTEST_DECLARE_string_ | ( | output | ) |
testing::GTEST_DECLARE_string_ | ( | stream_result_to | ) |
|
inline |
std::ostream & testing::operator<< | ( | std::ostream & | os, |
const TestPartResult & | result ) |
::std::string testing::PrintToString | ( | const T & | value | ) |
const int testing::kMaxStackTraceDepth = 100 |