MCPcopy Create free account
hub / github.com/MITK/MITK / usLDAPFilterTest

Function usLDAPFilterTest

Modules/CppMicroServices/test/usLDAPFilterTest.cpp:173–183  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

171}
172
173int usLDAPFilterTest(int /*argc*/, char* /*argv*/[])
174{
175 US_TEST_BEGIN("LDAPFilterTest");
176
177 TestLDAPExpressions();
178 US_TEST_CONDITION(TestParsing() == EXIT_SUCCESS, "Parsing LDAP expressions: ")
179 US_TEST_CONDITION(TestEvaluate() == EXIT_SUCCESS, "Evaluating LDAP expressions: ")
180 TestBoolComparison();
181
182 US_TEST_END()
183}

Callers

nothing calls this directly

Calls 4

TestLDAPExpressionsFunction · 0.85
TestParsingFunction · 0.85
TestEvaluateFunction · 0.85
TestBoolComparisonFunction · 0.85

Tested by

no test coverage detected