|
Monero
|
Classes | |
| class | GTestUninitializedTest |
Functions | |
| def | Assert (condition) |
| def | AssertEq (expected, actual) |
| def | TestExitCodeAndOutput (command) |
Variables | |
| str | __author__ = 'wan@google.com (Zhanyong Wan)' |
| gtest_test_utils | COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_uninitialized_test_') |
Verifies that Google Test warns the user when not initialized properly.
| 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.
|
private |
| gtest_test_utils gtest_uninitialized_test.COMMAND = gtest_test_utils.GetTestExecutablePath('gtest_uninitialized_test_') |