Toggle navigation
Hot Examples
IT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Cerca
Home
spec
LdapTools
Query
Operator
ComparisonSpec
PHP Class spec\LdapTools\Query\Operator\ComparisonSpec
Inheritance:
extends
PhpSpec\ObjectBehavior
Mostra file
Open project: ldaptools/ldaptools
Public Methods
Method
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
method
public
getMatchers
( )
it_is_initializable()
public
method
public
it_is_initializable
( )
it_should_be_able_to_set_and_get_the_convereted_value()
public
method
public
it_should_be_able_to_set_and_get_the_convereted_value
( )
it_should_be_able_to_set_and_get_the_value()
public
method
public
it_should_be_able_to_set_and_get_the_value
( )
it_should_be_able_to_set_and_get_whether_a_converter_should_be_used()
public
method
public
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()
public
method
public
it_should_be_able_to_set_and_get_whether_a_converter_was_used
( )
it_should_escape_special_characters_when_going_to_ldap()
public
method
public
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()
public
method
public
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()
public
method
public
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()
public
method
public
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()
public
method
public
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()
public
method
public
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()
public
method
public
it_should_have_an_approximately_equal_to_symbol_when_the_constant_is_used
( )
it_should_have_an_aproximately_equals_constant()
public
method
public
it_should_have_an_aproximately_equals_constant
( )
it_should_have_an_equals_constant()
public
method
public
it_should_have_an_equals_constant
( )
it_should_have_an_equals_when_the_constant_is_used()
public
method
public
it_should_have_an_equals_when_the_constant_is_used
( )
it_should_not_throw_LdapQueryException_on_a_valid_comparison_type()
public
method
public
it_should_not_throw_LdapQueryException_on_a_valid_comparison_type
( )
it_should_return_bar_when_calling_getValue()
public
method
public
it_should_return_bar_when_calling_getValue
( )
it_should_return_foo_when_calling_getAttribute()
public
method
public
it_should_return_foo_when_calling_getAttribute
( )
it_should_return_the_LDAP_filter_correctly_based_on_the_alias_in_use()
public
method
public
it_should_return_the_LDAP_filter_correctly_based_on_the_alias_in_use
( )
it_should_return_the_correct_ldap_approximately_equals_filter()
public
method
public
it_should_return_the_correct_ldap_approximately_equals_filter
( )
it_should_return_the_correct_ldap_equals_filter()
public
method
public
it_should_return_the_correct_ldap_equals_filter
( )
it_should_return_the_correct_ldap_greater_than_or_equals_filter()
public
method
public
it_should_return_the_correct_ldap_greater_than_or_equals_filter
( )
it_should_return_the_correct_ldap_less_than_or_equals_filter()
public
method
public
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()
public
method
public
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()
public
method
public
it_should_set_if_a_converter_was_used_for_a_specific_alias
( )
it_should_set_the_alias_based_off_the_attribute()
public
method
public
it_should_set_the_alias_based_off_the_attribute
( )
it_should_set_the_converted_value_for_a_specific_alias()
public
method
public
it_should_set_the_converted_value_for_a_specific_alias
( )
it_should_set_the_translated_attribute_name_for_a_specific_alias()
public
method
public
it_should_set_the_translated_attribute_name_for_a_specific_alias
( )
it_should_throw_LdapQueryException_on_an_unknown_comparison_type()
public
method
public
it_should_throw_LdapQueryException_on_an_unknown_comparison_type
( )
it_should_throw_a_LdapQueryException_when_using_an_invalid_attribute_name()
public
method
public
it_should_throw_a_LdapQueryException_when_using_an_invalid_attribute_name
( )
let()
public
method
public
let
( )