Searched defs:expected_message (Results 1 – 7 of 7) sorted by relevance
/external/google-styleguide/cpplint/ |
D | cpplint_unittest.py | 217 def TestLint(self, code, expected_message): argument 220 def TestMultiLineLint(self, code, expected_message): argument 229 def TestLanguageRulesCheck(self, file_name, code, expected_message): argument 233 def TestIncludeWhatYouUse(self, code, expected_message): argument 4394 def TestLintLogCodeOnError(self, code, expected_message): argument 4929 def TestFunctionLengthsCheck(self, code, expected_message): argument
|
/external/libmojo/mojo/edk/system/ |
D | data_pipe_unittest.cc | 1921 std::string expected_message = ReadMessageWithHandles(h, &c, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local 1989 std::string expected_message = ReadMessageWithHandles(child, &c, 1); in TEST_F() local
|
/external/python/cpython2/Lib/test/ |
D | test_optparse.py | 85 expected_message): argument 183 def assertTypeError(self, func, expected_message, *args): argument 205 def assertOptionError(self, expected_message, args=[], kwargs={}): argument
|
D | test_py3kwarn.py | 37 def assertWarning(self, _, warning, expected_message): argument
|
/external/python/cpython3/Lib/test/ |
D | test_optparse.py | 85 expected_message): argument 180 def assertTypeError(self, func, expected_message, *args): argument 202 def assertOptionError(self, expected_message, args=[], kwargs={}): argument
|
/external/v8/testing/gmock/test/ |
D | gmock-internal-utils_test.cc | 453 string expected_message = in TEST() local
|
/external/googletest/googlemock/test/ |
D | gmock-internal-utils_test.cc | 453 std::string expected_message = in TEST() local
|