All Downloads are FREE. Search and download functionalities are using the official Maven repository.

ys.jentitytest.1.0.0.source-code.jentityStrings.properties Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
# Exceptions:
err_no_comparator_defined_for_annotation=There is no comparator defined for annotation {0}
err_creating_comparator_for_annotation=Could not create instance of Comparator: {0} for annotation {1}
err_creating_comparator_for_check=Could not create instance of Check: {0} for annotation {1}
err_creating_strategy=Could not create instance of Strategy: {0}
err_actual_and_expected_must_be_generic_Collections=Actual and Expected should be Generic Collections
err_actual_and_expected_must_be_of_type=Expected and Actual values must be of type {0}
err_getting_beaninfo_from_class=Could not get BeanInfo from class: {0}
err_annotation_null=Annotation can not be null
err_comparator_null=Comparator can not be null
err_result_processor_null=resultProcessor can not be null
err_could_not_read_property=Could not read property from object
err_actual_not_iterable=Actual object not iterable
err_actual_list_empty=Actual list is empty
# constants:
size=Size
entity=Entity
null=null
not_null=not null
# Comparator Descriptions:
desc_datetime_precision={0} with precision up to {1}
desc_datetime_delta={0} with delta {1} {2}
desc_string_ignoring_chars={0} with parameters: case sensitive = {1}, trim = {2}, ignoring characters: {3}
desc_string={0} with parameters: case sensitive = {1}, trim = {2}
desc_following_props_did_not_match=Following properties didn't match:\n
desc_entities_same=Actual entity matches {0}
desc_item_in_list=List contains entity {0}
desc_item_not_in_list=Entity not in list, closest match:\n
# Comparison Result
# suppress inspection "TrailingSpacesInProperty"
comp_result=Property: {0}\n\tExpected: {1}\n\tActual: {2}\nComparison was performed using {3}\r\n
# YAML parsing
err_yaml_no_class_for_entity=No class found for described entity:{0}
err_yaml_no_class_for_strategy=No class found for described strategy:{0}
err_yaml_no_param_for_strategy={0} strategy does not have parameters named: {1}
err_yaml_invalid_param_value_for_strategy={0}:{1} parameter assignment was impossible with value: {2} (type mismatch)
err_yaml_no_property_in_entity={0} entity does not contain a property named: {1}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy