Searched defs:valueInSeconds (Results 1 - 1 of 1) sorted by relevance

/forgerock/opendj-v3/opendj-config/src/test/java/org/forgerock/opendj/config/
H A DDurationPropertyDefinitionTest.java160 boolean isAllowUnlimited, Long valueInSeconds) {
166 def.validateValue(valueInSeconds);
182 boolean isAllowUnlimited, Long valueInSeconds) {
188 def.validateValue(valueInSeconds);
159 testValidateValue(Long lowerLimitInMillis, Long higherLimitInMillis, boolean isAllowUnlimited, Long valueInSeconds) argument
181 testValidateValueIllegal(Long lowLimitInMillis, Long highLimitInMillis, boolean isAllowUnlimited, Long valueInSeconds) argument

Completed in 28 milliseconds