|
v8toolkit
0.0.1
Utility library for embedding V8 Javascript engine in a c++ program
|
#include <gtest.h>
Public Member Functions | |
| TestResult () | |
| ~TestResult () | |
| int | total_part_count () const |
| int | test_property_count () const |
| bool | Passed () const |
| bool | Failed () const |
| bool | HasFatalFailure () const |
| bool | HasNonfatalFailure () const |
| TimeInMillis | elapsed_time () const |
| const TestPartResult & | GetTestPartResult (int i) const |
| const TestProperty & | GetTestProperty (int i) const |
Friends | |
| class | TestInfo |
| class | TestCase |
| class | UnitTest |
| class | internal::DefaultGlobalTestPartResultReporter |
| class | internal::ExecDeathTest |
| class | internal::TestResultAccessor |
| class | internal::UnitTestImpl |
| class | internal::WindowsDeathTest |
| testing::TestResult::TestResult | ( | ) |
| testing::TestResult::~TestResult | ( | ) |
| int testing::TestResult::total_part_count | ( | ) | const |
| int testing::TestResult::test_property_count | ( | ) | const |
| bool testing::TestResult::Failed | ( | ) | const |
| bool testing::TestResult::HasFatalFailure | ( | ) | const |
| bool testing::TestResult::HasNonfatalFailure | ( | ) | const |
|
inline |
| const TestPartResult& testing::TestResult::GetTestPartResult | ( | int | i | ) | const |
| const TestProperty& testing::TestResult::GetTestProperty | ( | int | i | ) | const |
|
friend |
|
friend |
|
friend |
1.8.11