|
Torque2D Reference
|
Classes | |
| class | GTestUninitializedTest |
Functions | |
| def | Assert (condition) |
| def | AssertEq (expected, actual) |
| def | TestExitCodeAndOutput (command) |
Variables | |
| string | __author__ = 'wan@google.com (Zhanyong Wan)' |
| tuple | COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_uninitialized_test_') |
| def gtest_uninitialized_test.Assert | ( | condition | ) |
| def gtest_uninitialized_test.AssertEq | ( | expected, | |
| actual | |||
| ) |
| def gtest_uninitialized_test.TestExitCodeAndOutput | ( | command | ) |
Runs the given command and verifies its exit code and output.
| string __author__ = 'wan@google.com (Zhanyong Wan)' |
| tuple COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_uninitialized_test_') |
1.8.10