| Package | Description |
|---|---|
| org.testmonkeys.jentitytest.comparison.validations | |
| org.testmonkeys.jentitytest.model |
| Modifier and Type | Class and Description |
|---|---|
class |
NotNullValidator |
class |
RegexValidation |
| Modifier and Type | Method and Description |
|---|---|
AbstractValidation |
AnnotationToComparatorDictionary.getValidationForAnnotation(Annotation annotation)
Gets the comparator assigned to the provided annotation
|
| Modifier and Type | Method and Description |
|---|---|
List<AbstractValidation> |
ComparisonModel.getValidations(PropertyDescriptor propertyDescriptor)
Gets the validation checks for the provided propertyDescriptor in the current model
|
| Modifier and Type | Method and Description |
|---|---|
void |
ComparisonModel.addValidation(PropertyDescriptor propertyDescriptor,
AbstractValidation validation)
Adds a validation point for the property
|
| Modifier and Type | Method and Description |
|---|---|
void |
AnnotationToComparatorDictionary.setValidatorForAnnotation(Class<? extends AbstractValidation> comparator,
Class<?> annotation)
Register or overwrite a mapping between an annotation and a comparator
|
Copyright © 2021. All rights reserved.