Searched refs:ensureNotNull (Results 1 - 25 of 405) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DValidatorTests.java49 boolean returnValue = Validator.ensureNotNull(NON_NULL);
55 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL);
61 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL);
67 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL, NON_NULL);
91 Validator.ensureNotNull(null); // Should throw
98 Validator.ensureNotNull(param1, param2); // Should throw
112 Validator.ensureNotNull(param1, param2, param3); // Should throw
127 Validator.ensureNotNull(param1, param2, param3, param4); // Should throw
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DValidatorTests.java48 boolean returnValue = Validator.ensureNotNull(NON_NULL);
54 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL);
60 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL);
66 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL, NON_NULL);
90 Validator.ensureNotNull(null); // Should throw
97 Validator.ensureNotNull(param1, param2); // Should throw
111 Validator.ensureNotNull(param1, param2, param3); // Should throw
126 Validator.ensureNotNull(param1, param2, param3, param4); // Should throw
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DValidatorTests.java49 boolean returnValue = Validator.ensureNotNull(NON_NULL);
55 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL);
61 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL);
67 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL, NON_NULL);
91 Validator.ensureNotNull(null); // Should throw
98 Validator.ensureNotNull(param1, param2); // Should throw
112 Validator.ensureNotNull(param1, param2, param3); // Should throw
127 Validator.ensureNotNull(param1, param2, param3, param4); // Should throw
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DValidatorTests.java48 boolean returnValue = Validator.ensureNotNull(NON_NULL);
54 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL);
60 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL);
66 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL, NON_NULL);
90 Validator.ensureNotNull(null); // Should throw
97 Validator.ensureNotNull(param1, param2); // Should throw
111 Validator.ensureNotNull(param1, param2, param3); // Should throw
126 Validator.ensureNotNull(param1, param2, param3, param4); // Should throw
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DValidatorTests.java49 boolean returnValue = Validator.ensureNotNull(NON_NULL);
55 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL);
61 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL);
67 boolean returnValue = Validator.ensureNotNull(NON_NULL, NON_NULL, NON_NULL, NON_NULL);
91 Validator.ensureNotNull(null); // Should throw
98 Validator.ensureNotNull(param1, param2); // Should throw
112 Validator.ensureNotNull(param1, param2, param3); // Should throw
127 Validator.ensureNotNull(param1, param2, param3, param4); // Should throw
/forgerock/opendj-b2.6/src/server/org/opends/server/types/
H A DAdditionalLogItem.java63 Validator.ensureNotNull(source, key);
84 Validator.ensureNotNull(source, key, value);
106 Validator.ensureNotNull(source, key, value);
/forgerock/opendj2/src/server/org/opends/server/types/
H A DAdditionalLogItem.java62 Validator.ensureNotNull(source, key);
83 Validator.ensureNotNull(source, key, value);
105 Validator.ensureNotNull(source, key, value);
/forgerock/opendj2.6.2/src/server/org/opends/server/types/
H A DAdditionalLogItem.java63 Validator.ensureNotNull(source, key);
84 Validator.ensureNotNull(source, key, value);
106 Validator.ensureNotNull(source, key, value);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/types/
H A DAdditionalLogItem.java63 Validator.ensureNotNull(source, key);
84 Validator.ensureNotNull(source, key, value);
106 Validator.ensureNotNull(source, key, value);
/forgerock/opendj2-hg/src/server/org/opends/server/types/
H A DAdditionalLogItem.java62 Validator.ensureNotNull(source, key);
83 Validator.ensureNotNull(source, key, value);
105 Validator.ensureNotNull(source, key, value);
/forgerock/opendj2/src/server/org/opends/server/admin/
H A DClassPropertyDefinition.java32 import static org.opends.server.util.Validator.ensureNotNull;
87 ensureNotNull(className);
248 ensureNotNull(value);
296 ensureNotNull(className, instanceOf);
314 ensureNotNull(value);
327 ensureNotNull(value);
H A DACIPropertyDefinition.java33 import static org.opends.server.util.Validator.ensureNotNull;
104 ensureNotNull(value);
115 ensureNotNull(value);
H A DIPAddressMaskPropertyDefinition.java31 import static org.opends.server.util.Validator.ensureNotNull;
113 ensureNotNull(value);
126 ensureNotNull(value);
H A DIPAddressPropertyDefinition.java31 import static org.opends.server.util.Validator.ensureNotNull;
112 ensureNotNull(value);
125 ensureNotNull(value);
/forgerock/opendj-b2.6/src/server/org/opends/server/admin/
H A DClassPropertyDefinition.java32 import static org.opends.server.util.Validator.ensureNotNull;
87 ensureNotNull(className);
244 ensureNotNull(value);
292 ensureNotNull(className, instanceOf);
310 ensureNotNull(value);
323 ensureNotNull(value);
H A DACIPropertyDefinition.java34 import static org.opends.server.util.Validator.ensureNotNull;
105 ensureNotNull(value);
116 ensureNotNull(value);
H A DIPAddressMaskPropertyDefinition.java32 import static org.opends.server.util.Validator.ensureNotNull;
114 ensureNotNull(value);
127 ensureNotNull(value);
H A DIPAddressPropertyDefinition.java32 import static org.opends.server.util.Validator.ensureNotNull;
113 ensureNotNull(value);
126 ensureNotNull(value);
/forgerock/opendj2.6.2/src/server/org/opends/server/admin/
H A DClassPropertyDefinition.java33 import static org.opends.server.util.Validator.ensureNotNull;
88 ensureNotNull(className);
249 ensureNotNull(value);
297 ensureNotNull(className, instanceOf);
315 ensureNotNull(value);
328 ensureNotNull(value);
H A DACIPropertyDefinition.java34 import static org.opends.server.util.Validator.ensureNotNull;
105 ensureNotNull(value);
116 ensureNotNull(value);
H A DIPAddressMaskPropertyDefinition.java32 import static org.opends.server.util.Validator.ensureNotNull;
114 ensureNotNull(value);
127 ensureNotNull(value);
H A DIPAddressPropertyDefinition.java32 import static org.opends.server.util.Validator.ensureNotNull;
113 ensureNotNull(value);
126 ensureNotNull(value);
/forgerock/opendj2-hg/src/server/org/opends/server/admin/
H A DClassPropertyDefinition.java32 import static org.opends.server.util.Validator.ensureNotNull;
87 ensureNotNull(className);
248 ensureNotNull(value);
296 ensureNotNull(className, instanceOf);
314 ensureNotNull(value);
327 ensureNotNull(value);
H A DACIPropertyDefinition.java33 import static org.opends.server.util.Validator.ensureNotNull;
104 ensureNotNull(value);
115 ensureNotNull(value);
/forgerock/opendj2-jel-hg/src/server/org/opends/server/admin/
H A DClassPropertyDefinition.java32 import static org.opends.server.util.Validator.ensureNotNull;
87 ensureNotNull(className);
244 ensureNotNull(value);
292 ensureNotNull(className, instanceOf);
310 ensureNotNull(value);
323 ensureNotNull(value);

Completed in 119 milliseconds

1234567891011>>