MCPcopy Create free account
hub / github.com/CppMicroServices/CppMicroServices / TEST

Function TEST

framework/test/gtest/LDAPFilterTest.cpp:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33using namespace cppmicroservices;
34
35TEST(LDAPFilter, ToString)
36{
37 LDAPFilter filter;
38 ASSERT_NO_THROW(filter.ToString());
39 ASSERT_NO_THROW(std::cout << "Empty LDAPFilter: " << filter << std::endl;);
40}
41
42TEST(LDAPFilter, BooleanOperator)
43{

Callers

nothing calls this directly

Calls 7

AnyMapClass · 0.85
ApproxMethod · 0.80
MatchMethod · 0.80
MatchCaseMethod · 0.80
BundleClass · 0.50
ToStringMethod · 0.45
clearMethod · 0.45

Tested by

no test coverage detected