MCPcopy Create free account
hub / github.com/alanxz/SimpleAmqpClient / TEST

Function TEST

testing/test_connect.cpp:36–38  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

34using namespace AmqpClient;
35
36TEST(connecting_test, connect_default) {
37 Channel::ptr_t channel = Channel::Create(connected_test::GetBrokerHost());
38}
39
40TEST(connecting_test, connect_badhost) {
41 EXPECT_THROW(Channel::ptr_t channel = Channel::Create("HostDoesntExist"),

Callers

nothing calls this directly

Calls 1

CreateFunction · 0.50

Tested by

no test coverage detected