MCPcopy Create free account
hub / github.com/David-Haim/concurrencpp / assert_equal_failed_impl

Function assert_equal_failed_impl

test/source/infra/assertions.cpp:60–63  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

58 }
59
60 void assert_equal_failed_impl(const std::string& a, const std::string& b) {
61 std::cerr << "assertion failed. expected [" << a << "] == [" << b << "]" << std::endl;
62 std::abort();
63 }
64
65 void assert_not_equal_failed_impl(const std::string& a, const std::string& b) {
66 std::cerr << "assertion failed. expected [" << a << "] =/= [" << b << "]" << std::endl;

Callers 1

assert_equalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected