class documentation

class TestRepresentations(unittest.TestCase): (source)

View In Hierarchy

Test representations of common LDAP opbjects.

Method test_abandon_request_repr LDAPAbandonRequest.__repr__
Method test_abandon_request_with_tag_repr LDAPAbandonRequest.__repr__ with custom tag attribute
Method test_add_request_repr LDAPAddRequest.__repr__
Method test_add_request_with_tag_repr LDAPAddRequest.__repr__ with custom tag attribute
Method test_attribute_value_assertion_repr LDAPAttributeValueAssertion.__repr__
Method test_attribute_value_assertion_with_tag_repr LDAPAttributeValueAssertion.__repr__ with custom tag attribute
Method test_bind_request_repr LDAPBindRequest.__repr__
Method test_bind_request_with_tag_repr LDAPBindRequest.__repr__ with custom tag attribute
Method test_bind_response_repr LDAPBindResponse.__repr__
Method test_compare_request_repr LDAPCompareRequest.__repr__
Method test_del_request_repr LDAPDelRequest.__repr__
Method test_del_request_with_tag_repr LDAPDelRequest.__repr__ with custom tag attribute
Method test_ldap_bind_response_server_sasl_creds_repr ServerSaslCreds will often have binary data. A custom repr is needed because it cannot be turned into a unicode string like most BEROctetString objects.
Method test_ldap_bind_response_server_sasl_creds_with_tag_repr An LDAPBindResponse_serverSaslCreds with a non-standard tag will have that tag show up in the text representation.
Method test_ldapfilter_not_repr LDAPFilter_not.__repr__
Method test_ldapfilter_not_with_tag_repr LDAPFilter_not.__repr__ with custom tag attribute
Method test_ldapfilter_substrings_repr LDAPFilter_substrings.__repr__
Method test_ldapfilter_substrings_with_tag_repr LDAPFilter_substrings.__repr__ with custom tag attribute
Method test_matching_rule_assertion_repr LDAPMatchingRuleAssertion.__repr__
Method test_matching_rule_assertion_with_tag_repr LDAPMatchingRuleAssertion.__repr__ with custom tag attribute
Method test_modify_dn_request_repr LDAPModifyDNRequest.__repr__
Method test_modify_dn_request_with_new_superior_repr LDAPModifyDNRequest.__repr__ with newSuperior attribute
Method test_modify_dn_request_with_tag_repr LDAPModifyDNRequest.__repr__ with custom tag attribute
Method test_modify_request_repr LDAPModifyRequest.__repr__
Method test_modify_request_with_tag_repr LDAPModifyRequest.__repr__ with custom tag attribute
Method test_password_modify_request_repr LDAPPasswordModifyRequest.__repr__
Method test_password_modify_request_with_tag_repr LDAPPasswordModifyRequest.__repr__ with custom tag attribute
Method test_result_with_error_message_repr LDAPResult.__repr__ with errorMessage attribute
Method test_result_with_matched_dn_repr LDAPResult.__repr__ with matchedDN attribute
Method test_result_with_tag_repr LDAPResult.__repr__ with custom tag attribute
Method test_search_request_repr LDAPSearchRequest.__repr__
Method test_search_request_with_tag_repr LDAPSearchRequest.__repr__ with custom tag attribute
Method test_search_result_entry_repr LDAPSearchResultEntry.__repr__
Method test_search_result_entry_with_tag_repr LDAPSearchResultEntry.__repr__ with custom tag attribute
Method test_search_result_reference_repr LDAPSearchResultReference.__repr__
Method test_search_result_reference_with_tag_repr LDAPSearchResultReference.__repr__ with custom tag attribute
Method test_starttls_request_repr LDAPStartTLSRequest.__repr__
Method test_starttls_request_with_tag_repr LDAPStartTLSRequest.__repr__ with custom tag attribute
Method test_starttls_response_repr LDAPStartTLSResponse.__repr__
Method test_starttls_response_with_tag_repr LDAPStartTLSResponse.__repr__ with custom tag attribute
def test_abandon_request_repr(self): (source)

LDAPAbandonRequest.__repr__

def test_abandon_request_with_tag_repr(self): (source)

LDAPAbandonRequest.__repr__ with custom tag attribute

def test_add_request_repr(self): (source)

LDAPAddRequest.__repr__

def test_add_request_with_tag_repr(self): (source)

LDAPAddRequest.__repr__ with custom tag attribute

def test_attribute_value_assertion_repr(self): (source)

LDAPAttributeValueAssertion.__repr__

def test_attribute_value_assertion_with_tag_repr(self): (source)

LDAPAttributeValueAssertion.__repr__ with custom tag attribute

def test_bind_request_repr(self): (source)

LDAPBindRequest.__repr__

def test_bind_request_with_tag_repr(self): (source)

LDAPBindRequest.__repr__ with custom tag attribute

def test_bind_response_repr(self): (source)

LDAPBindResponse.__repr__

def test_compare_request_repr(self): (source)

LDAPCompareRequest.__repr__

def test_del_request_repr(self): (source)

LDAPDelRequest.__repr__

def test_del_request_with_tag_repr(self): (source)

LDAPDelRequest.__repr__ with custom tag attribute

def test_ldap_bind_response_server_sasl_creds_repr(self): (source)

ServerSaslCreds will often have binary data. A custom repr is needed because it cannot be turned into a unicode string like most BEROctetString objects.

def test_ldap_bind_response_server_sasl_creds_with_tag_repr(self): (source)

An LDAPBindResponse_serverSaslCreds with a non-standard tag will have that tag show up in the text representation.

def test_ldapfilter_not_repr(self): (source)

LDAPFilter_not.__repr__

def test_ldapfilter_not_with_tag_repr(self): (source)

LDAPFilter_not.__repr__ with custom tag attribute

def test_ldapfilter_substrings_repr(self): (source)

LDAPFilter_substrings.__repr__

def test_ldapfilter_substrings_with_tag_repr(self): (source)

LDAPFilter_substrings.__repr__ with custom tag attribute

def test_matching_rule_assertion_repr(self): (source)

LDAPMatchingRuleAssertion.__repr__

def test_matching_rule_assertion_with_tag_repr(self): (source)

LDAPMatchingRuleAssertion.__repr__ with custom tag attribute

def test_modify_dn_request_repr(self): (source)

LDAPModifyDNRequest.__repr__

def test_modify_dn_request_with_new_superior_repr(self): (source)

LDAPModifyDNRequest.__repr__ with newSuperior attribute

def test_modify_dn_request_with_tag_repr(self): (source)

LDAPModifyDNRequest.__repr__ with custom tag attribute

def test_modify_request_repr(self): (source)

LDAPModifyRequest.__repr__

def test_modify_request_with_tag_repr(self): (source)

LDAPModifyRequest.__repr__ with custom tag attribute

def test_password_modify_request_repr(self): (source)

LDAPPasswordModifyRequest.__repr__

def test_password_modify_request_with_tag_repr(self): (source)

LDAPPasswordModifyRequest.__repr__ with custom tag attribute

def test_result_with_error_message_repr(self): (source)

LDAPResult.__repr__ with errorMessage attribute

def test_result_with_matched_dn_repr(self): (source)

LDAPResult.__repr__ with matchedDN attribute

def test_result_with_tag_repr(self): (source)

LDAPResult.__repr__ with custom tag attribute

def test_search_request_repr(self): (source)

LDAPSearchRequest.__repr__

def test_search_request_with_tag_repr(self): (source)

LDAPSearchRequest.__repr__ with custom tag attribute

def test_search_result_entry_repr(self): (source)

LDAPSearchResultEntry.__repr__

def test_search_result_entry_with_tag_repr(self): (source)

LDAPSearchResultEntry.__repr__ with custom tag attribute

def test_search_result_reference_repr(self): (source)

LDAPSearchResultReference.__repr__

def test_search_result_reference_with_tag_repr(self): (source)

LDAPSearchResultReference.__repr__ with custom tag attribute

def test_starttls_request_repr(self): (source)

LDAPStartTLSRequest.__repr__

def test_starttls_request_with_tag_repr(self): (source)

LDAPStartTLSRequest.__repr__ with custom tag attribute

def test_starttls_response_repr(self): (source)

LDAPStartTLSResponse.__repr__

def test_starttls_response_with_tag_repr(self): (source)

LDAPStartTLSResponse.__repr__ with custom tag attribute