Searched refs:testValidateValueIllegal (Results 1 - 4 of 4) sorted by relevance

/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DBooleanPropertyDefinitionTest.java52 public void testValidateValueIllegal() { method in class:BooleanPropertyDefinitionTest
H A DIntegerPropertyDefinitionTest.java149 public void testValidateValueIllegal(Integer low, Integer high, boolean allowUnlimited, Integer value) { method in class:IntegerPropertyDefinitionTest
H A DSizePropertyDefinitionTest.java156 public void testValidateValueIllegal(Long low, Long high, boolean allowUnlimited, Long valueToValidate) { method in class:SizePropertyDefinitionTest
H A DDurationPropertyDefinitionTest.java181 public void testValidateValueIllegal(Long lowLimitInMillis, Long highLimitInMillis, method in class:DurationPropertyDefinitionTest

Completed in 29 milliseconds