OPSI.ldaptor.test.test_match module

Test cases for ldaptor.protocols.ldap.ldapserver module.

class OPSI.ldaptor.test.test_match.TestEntryMatch(methodName='runTest')

Bases: twisted.trial._asynctest.TestCase

test_and_match()
test_and_noMatch()
test_equality_match()
test_equality_match_caseInsensitive()
test_equality_noMatch()
test_greaterOrEqual_match_equal()
test_greaterOrEqual_match_greater()
test_greaterOrEqual_noMatch()
test_greaterOrEqual_noMatch_nosuchattr()
test_lessOrEqual_match_equal()
test_lessOrEqual_match_less()
test_lessOrEqual_noMatch()
test_lessOrEqual_noMatch_nosuchattr()
test_matchAll()
test_not()
test_notImplemented()
test_or_match()
test_or_noMatch()
test_present_match()
test_present_noMatch()
test_substrings_match()
test_substrings_match2()
test_substrings_match3()
test_substrings_match4()
test_substrings_match5()
test_substrings_match6()
test_substrings_match7()
test_substrings_noMatch()
test_substrings_noMatch2()