Home
last modified time | relevance | path

Searched defs:expected_message (Results 1 – 19 of 19) sorted by relevance

/external/fmtlib/test/
Dgtest-extra.h16 #define FMT_TEST_THROW_(statement, expected_exception, expected_message, fail) \ argument
50 #define EXPECT_THROW_MSG(statement, expected_exception, expected_message) \ argument
/external/oss-fuzz/infra/cifuzz/
Dclusterfuzz_deployment_test.py103 def test_noop_methods(self, method, method_args, expected_message): argument
223 def test_noop_methods(self, method, method_args, expected_message): argument
/external/pigweed/pw_multisink/
Dmultisink_test.cc63 std::optional<ConstByteSpan> expected_message, in ExpectMessageAndDropCounts()
85 std::optional<ConstByteSpan> expected_message, in VerifyPopEntry()
103 std::optional<ConstByteSpan> expected_message, in VerifyPeekResult()
/external/libchrome/mojo/public/cpp/bindings/tests/
Dnative_struct_unittest.cc77 test::TestNativeStructWithAttachments passed) { in TEST_P()
/external/python/setuptools/setuptools/tests/
Dtest_dist.py329 def test_check_package_data(package_data, expected_message): argument
/external/google-styleguide/cpplint/
Dcpplint_unittest.py222 def TestLint(self, code, expected_message): argument
225 def TestMultiLineLint(self, code, expected_message): argument
234 def TestLanguageRulesCheck(self, file_name, code, expected_message): argument
238 def TestIncludeWhatYouUse(self, code, expected_message): argument
4403 def TestLintLogCodeOnError(self, code, expected_message): argument
4938 def TestFunctionLengthsCheck(self, code, expected_message): argument
/external/openscreen/osp/impl/presentation/
Dpresentation_connection_unittest.cc179 const std::string expected_message = message; in TEST_F() local
/external/libchrome/ipc/
Dipc_mojo_bootstrap_unittest.cc64 bool expected_message = in ~PeerPidReceiver() local
/external/angle/third_party/vulkan-deps/spirv-tools/src/test/
Dtext_literal_test.cpp402 std::string expected_message = "Invalid unsigned integer literal: " + input; in TEST() local
/external/python/apitools/apitools/base/protorpclite/
Dtest_util.py453 def EncodeDecode(self, encoded, expected_message): argument
/external/deqp-deps/SPIRV-Tools/test/
Dtext_literal_test.cpp402 std::string expected_message = "Invalid unsigned integer literal: " + input; in TEST() local
/external/swiftshader/third_party/SPIRV-Tools/test/
Dtext_literal_test.cpp402 std::string expected_message = "Invalid unsigned integer literal: " + input; in TEST() local
/external/libchrome/mojo/core/
Ddata_pipe_unittest.cc1870 std::string expected_message = ReadMessageWithHandles(h, &c, 1); in DEFINE_TEST_CLIENT_TEST_WITH_PIPE() local
1936 std::string expected_message = ReadMessageWithHandles(child, &c, 1); in TEST_F() local
/external/python/cpython2/Lib/test/
Dtest_optparse.py85 expected_message): argument
183 def assertTypeError(self, func, expected_message, *args): argument
205 def assertOptionError(self, expected_message, args=[], kwargs={}): argument
Dtest_py3kwarn.py37 def assertWarning(self, _, warning, expected_message): argument
/external/python/cpython3/Lib/test/
Dtest_optparse.py84 expected_message): argument
179 def assertTypeError(self, func, expected_message, *args): argument
201 def assertOptionError(self, expected_message, args=[], kwargs={}): argument
/external/pigweed/pw_log/
Dproto_utils_test.cc101 std::string_view expected_message) { in VerifyLogEntry()
/external/googletest/googlemock/test/
Dgmock-internal-utils_test.cc444 std::string expected_message = in TEST() local
/external/grpc-grpc/test/cpp/end2end/
Dhybrid_end2end_test.cc319 grpc::string expected_message; in SendSimpleClientStreaming() local