C# Класс Arc.Unit.Tests.Infrastructure.Data.NHibernate.SpecificationConverterTests

Показать файл Открыть проект

Приватные методы

Метод Описание
Should_convert_combined_specifications_with_and_operator_to_criteria ( ) : void
Should_convert_combined_specifications_with_not_operator_to_criteria ( ) : void
Should_convert_combined_specifications_with_or_operator_to_criteria ( ) : void
Should_throw_exception_when_method_is_not_translatable ( ) : void
Should_translate_boolean_property_to_criteria ( ) : void
Should_translate_conjunction_to_criteria ( ) : void
Should_translate_disjunction_to_criteria ( ) : void
Should_translate_negation_to_criteria ( ) : void
Should_translate_negative_boolean_property_to_criteria ( ) : void
Should_translate_property_contains_to_criteria ( ) : void
Should_translate_property_ends_with_to_criteria ( ) : void
Should_translate_property_equals_collection_value_to_criteria ( ) : void
Should_translate_property_equals_constant_null_to_criteria ( ) : void
Should_translate_property_equals_constant_value_to_criteria ( ) : void
Should_translate_property_equals_enumerator_value_to_criteria ( ) : void
Should_translate_property_equals_parameter_value_to_criteria ( ) : void
Should_translate_property_equals_property_collection_value_from_other_class_to_criteria ( ) : void
Should_translate_property_equals_property_collection_value_from_same_class_to_criteria ( ) : void
Should_translate_property_equals_property_value_to_criteria ( ) : void
Should_translate_property_equals_static_property_value_from_static_class_to_criteria ( ) : void
Should_translate_property_equals_static_property_value_to_criteria ( ) : void
Should_translate_property_equals_variable_value_to_criteria ( ) : void
Should_translate_property_is_greater_than_constant_value_to_criteria ( ) : void
Should_translate_property_is_greater_than_or_equal_to_constant_value_to_criteria ( ) : void
Should_translate_property_is_less_than_constant_value_to_criteria ( ) : void
Should_translate_property_is_less_than_or_equal_to_constant_value_to_criteria ( ) : void
Should_translate_property_not_equals_constant_null_to_criteria ( ) : void
Should_translate_property_not_equals_constant_value_to_criteria ( ) : void
Should_translate_property_starts_with_to_criteria ( ) : void
Should_translate_value_objects_to_property_chain ( ) : void
TestParameterValue ( int value ) : void