Searched refs:expected_msg (Results 1 – 7 of 7) sorted by relevance
/third_party/boost/libs/program_options/test/ |
D | exception_txt_test.cpp | 165 const char* expected_msg[5] = { in test_invalid_option_value_exception_msg() local 175 expected_msg); in test_invalid_option_value_exception_msg() 199 const char* expected_msg[5] = { in test_missing_value_exception_msg() local 209 expected_msg); in test_missing_value_exception_msg() 234 const char* expected_msg[5] = { in test_ambiguous_option_exception_msg() local 242 expected_msg); in test_ambiguous_option_exception_msg() 263 const char* expected_msg[5] = { in test_multiple_occurrences_exception_msg() local 271 expected_msg); in test_multiple_occurrences_exception_msg() 292 const char* expected_msg[5] = { in test_unknown_option_exception_msg() local 299 test_exception_message<unknown_option>(argv, desc, "unknown_option", expected_msg); in test_unknown_option_exception_msg() [all …]
|
/third_party/grpc/src/ruby/spec/pb/health/ |
D | checker_spec.rb | 138 expected_msg = /#{StatusCodes::NOT_FOUND}/ 139 expect(&blk).to raise_error GRPC::NotFound, expected_msg 157 expected_msg = /#{StatusCodes::NOT_FOUND}/ 158 expect(&blk).to raise_error GRPC::NotFound, expected_msg 179 expected_msg = /#{StatusCodes::NOT_FOUND}/ 180 expect(&blk).to raise_error GRPC::NotFound, expected_msg 230 expected_msg = /#{StatusCodes::NOT_FOUND}/ 231 expect(&blk).to raise_error GRPC::NotFound, expected_msg
|
/third_party/boost/libs/geometry/test/algorithms/ |
D | is_valid_failure.cpp | 92 std::string expected_msg = bg::validity_failure_type_message(expected); in apply() local 96 = detected_msg.substr(0, expected_msg.length()); in apply() 102 std::cout << "Expected reason: " << expected_msg << std::endl; in apply() 115 BOOST_CHECK(detected_msg_short == expected_msg); in apply()
|
/third_party/mbedtls/tests/suites/ |
D | test_suite_ccm.function | 155 data_t * expected_msg ) 175 TEST_ASSERT( memcmp( msg->x, expected_msg->x, expected_msg->len ) == 0 );
|
/third_party/grpc/src/core/tsi/ |
D | fake_transport_security.cc | 618 tsi_fake_handshake_message expected_msg = in fake_handshaker_process_bytes_from_peer() local 638 if (received_msg != expected_msg) { in fake_handshaker_process_bytes_from_peer() 641 tsi_fake_handshake_message_to_string(expected_msg)); in fake_handshaker_process_bytes_from_peer()
|
/third_party/python/Lib/test/ |
D | test_cmd_line_script.py | 135 def _check_import_error(self, script_exec_args, expected_msg, argument 148 print('Expected output: %r' % expected_msg) 149 self.assertIn(expected_msg.encode('utf-8'), err)
|
/third_party/protobuf/python/google/protobuf/internal/ |
D | message_test.py | 2010 expected_msg = map_unittest_pb2.TestMap() 2011 expected_msg.CopyFrom(msg) 2012 expected_msg.map_int64_int64[88] = 99 2013 self.assertEqual(msg2, expected_msg) 2080 expected_msg = map_unittest_pb2.TestMap() 2081 expected_msg.CopyFrom(msg) 2082 expected_msg.map_int64_int64[88] = 99 2083 self.assertEqual(msg2, expected_msg)
|