PHP Class spec\LdapTools\Query\Operator\ComparisonSpec

Inheritance: extends PhpSpec\ObjectBehavior
Afficher le fichier Open project: ldaptools/ldaptools

Méthodes publiques

Méthode Description
getMatchers ( )
it_is_initializable ( )
it_should_be_able_to_set_and_get_the_convereted_value ( )
it_should_be_able_to_set_and_get_the_value ( )
it_should_be_able_to_set_and_get_whether_a_converter_should_be_used ( )
it_should_be_able_to_set_and_get_whether_a_converter_was_used ( )
it_should_escape_special_characters_when_going_to_ldap ( )
it_should_get_the_LDAP_filter_with_any_converted_values_or_translated_attributes_for_an_alias ( )
it_should_have_a_greater_than_or_equal_to_constant ( )
it_should_have_a_greater_than_or_equal_to_symbol_when_the_constant_is_used ( )
it_should_have_a_less_than_or_equal_to_constant ( )
it_should_have_a_less_than_or_equal_to_symbol_when_the_constant_is_used ( )
it_should_have_an_approximately_equal_to_symbol_when_the_constant_is_used ( )
it_should_have_an_aproximately_equals_constant ( )
it_should_have_an_equals_constant ( )
it_should_have_an_equals_when_the_constant_is_used ( )
it_should_not_throw_LdapQueryException_on_a_valid_comparison_type ( )
it_should_return_bar_when_calling_getValue ( )
it_should_return_foo_when_calling_getAttribute ( )
it_should_return_the_LDAP_filter_correctly_based_on_the_alias_in_use ( )
it_should_return_the_correct_ldap_approximately_equals_filter ( )
it_should_return_the_correct_ldap_equals_filter ( )
it_should_return_the_correct_ldap_greater_than_or_equals_filter ( )
it_should_return_the_correct_ldap_less_than_or_equals_filter ( )
it_should_return_the_filter_for_the_value_if_the_value_is_a_BaseOperator_instance ( )
it_should_set_if_a_converter_was_used_for_a_specific_alias ( )
it_should_set_the_alias_based_off_the_attribute ( )
it_should_set_the_converted_value_for_a_specific_alias ( )
it_should_set_the_translated_attribute_name_for_a_specific_alias ( )
it_should_throw_LdapQueryException_on_an_unknown_comparison_type ( )
it_should_throw_a_LdapQueryException_when_using_an_invalid_attribute_name ( )
let ( )

Method Details

getMatchers() public méthode

public getMatchers ( )

it_is_initializable() public méthode

public it_is_initializable ( )

it_should_be_able_to_set_and_get_the_convereted_value() public méthode

it_should_be_able_to_set_and_get_the_value() public méthode

it_should_be_able_to_set_and_get_whether_a_converter_should_be_used() public méthode

it_should_be_able_to_set_and_get_whether_a_converter_was_used() public méthode

it_should_escape_special_characters_when_going_to_ldap() public méthode

it_should_get_the_LDAP_filter_with_any_converted_values_or_translated_attributes_for_an_alias() public méthode

it_should_have_a_greater_than_or_equal_to_constant() public méthode

it_should_have_a_greater_than_or_equal_to_symbol_when_the_constant_is_used() public méthode

it_should_have_a_less_than_or_equal_to_constant() public méthode

it_should_have_a_less_than_or_equal_to_symbol_when_the_constant_is_used() public méthode

it_should_have_an_approximately_equal_to_symbol_when_the_constant_is_used() public méthode

it_should_have_an_aproximately_equals_constant() public méthode

it_should_have_an_equals_constant() public méthode

it_should_have_an_equals_when_the_constant_is_used() public méthode

it_should_not_throw_LdapQueryException_on_a_valid_comparison_type() public méthode

it_should_return_bar_when_calling_getValue() public méthode

it_should_return_foo_when_calling_getAttribute() public méthode

it_should_return_the_LDAP_filter_correctly_based_on_the_alias_in_use() public méthode

it_should_return_the_correct_ldap_approximately_equals_filter() public méthode

it_should_return_the_correct_ldap_equals_filter() public méthode

it_should_return_the_correct_ldap_greater_than_or_equals_filter() public méthode

it_should_return_the_correct_ldap_less_than_or_equals_filter() public méthode

it_should_return_the_filter_for_the_value_if_the_value_is_a_BaseOperator_instance() public méthode

it_should_set_if_a_converter_was_used_for_a_specific_alias() public méthode

it_should_set_the_alias_based_off_the_attribute() public méthode

it_should_set_the_converted_value_for_a_specific_alias() public méthode

it_should_set_the_translated_attribute_name_for_a_specific_alias() public méthode

it_should_throw_LdapQueryException_on_an_unknown_comparison_type() public méthode

it_should_throw_a_LdapQueryException_when_using_an_invalid_attribute_name() public méthode

let() public méthode

public let ( )