Searched refs:fail (Results 1 - 25 of 631) sorted by relevance

1234567891011>>

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DOrderingMatchingRuleTest.java76 fail(ruleInstance + ".compareValues should return 0 for values " +
84 fail(ruleInstance + ".compareValues should return a positive integer "
92 fail(ruleInstance + ".compareValues should return a negative integer "
136 fail(ruleInstance + " did not catch that value " + value + " is invalid.");
157 fail(ruleInstance + " in warn mode should not reject value " + value + e);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DOrderingMatchingRuleTest.java75 fail(ruleInstance + ".compareValues should return 0 for values " +
83 fail(ruleInstance + ".compareValues should return a positive integer "
91 fail(ruleInstance + ".compareValues should return a negative integer "
135 fail(ruleInstance + " did not catch that value " + value + " is invalid.");
156 fail(ruleInstance + " in warn mode should not reject value " + value + e);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DOrderingMatchingRuleTest.java76 fail(ruleInstance + ".compareValues should return 0 for values " +
84 fail(ruleInstance + ".compareValues should return a positive integer "
92 fail(ruleInstance + ".compareValues should return a negative integer "
136 fail(ruleInstance + " did not catch that value " + value + " is invalid.");
157 fail(ruleInstance + " in warn mode should not reject value " + value + e);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DOrderingMatchingRuleTest.java75 fail(ruleInstance + ".compareValues should return 0 for values " +
83 fail(ruleInstance + ".compareValues should return a positive integer "
91 fail(ruleInstance + ".compareValues should return a negative integer "
135 fail(ruleInstance + " did not catch that value " + value + " is invalid.");
156 fail(ruleInstance + " in warn mode should not reject value " + value + e);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/schema/
H A DOrderingMatchingRuleTest.java76 fail(ruleInstance + ".compareValues should return 0 for values " +
84 fail(ruleInstance + ".compareValues should return a positive integer "
92 fail(ruleInstance + ".compareValues should return a negative integer "
136 fail(ruleInstance + " did not catch that value " + value + " is invalid.");
157 fail(ruleInstance + " in warn mode should not reject value " + value + e);
/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/test/java/org/forgerock/oauth2/core/
H A DPasswordCredentialsRequestValidatorImplTest.java23 import static org.junit.Assert.fail;
68 fail();
85 fail();
105 fail();
124 fail();
/forgerock/openam-v13/openam-core/src/test/java/org/forgerock/openam/sm/utils/
H A DConfigurationValidatorTest.java29 import static org.testng.AssertJUnit.fail;
59 fail();
70 fail();
80 fail();
90 fail();
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/sm/utils/
H A DConfigurationValidatorTest.java29 import static org.testng.AssertJUnit.fail;
59 fail();
70 fail();
80 fail();
90 fail();
/forgerock/openam/openam-test-utils/src/main/java/org/forgerock/openam/test/apidescriptor/
H A DApiAssertions.java18 import static org.assertj.core.api.Assertions.fail;
45 fail("Title \"" + title + "\" must start with \"" + TRANSLATION_KEY_PREFIX + "\"");
52 fail("Description \"" + description + "\" must start with \"" + TRANSLATION_KEY_PREFIX + "\"");
77 fail("No resource bundle found at " + resourceBundleName, e);
87 fail("Title or description I18N key is not a URI", e);
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DCertificateManagerTestCase.java320 fail("Expected an NPE due to null alias");
346 fail("Expected an NPE due to empty alias");
379 fail("Expected a key store exception due to an invalid key store");
519 fail("Expected an NPE due to a null alias");
545 fail("Expected an NPE due to a null alias");
575 fail("Expected a key store exception due to a nonexistent key store");
606 fail("Expected a key store exception due to a nonexistent key store");
632 fail("Expected an NPE due to a null alias");
659 fail("Expected an NPE due to an empty alias");
687 fail("Expecte
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DCertificateManagerTestCase.java320 fail("Expected an NPE due to null alias");
346 fail("Expected an NPE due to empty alias");
379 fail("Expected a key store exception due to an invalid key store");
519 fail("Expected an NPE due to a null alias");
545 fail("Expected an NPE due to a null alias");
575 fail("Expected a key store exception due to a nonexistent key store");
606 fail("Expected a key store exception due to a nonexistent key store");
632 fail("Expected an NPE due to a null alias");
659 fail("Expected an NPE due to an empty alias");
687 fail("Expecte
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DCertificateManagerTestCase.java320 fail("Expected an NPE due to null alias");
346 fail("Expected an NPE due to empty alias");
379 fail("Expected a key store exception due to an invalid key store");
519 fail("Expected an NPE due to a null alias");
545 fail("Expected an NPE due to a null alias");
575 fail("Expected a key store exception due to a nonexistent key store");
606 fail("Expected a key store exception due to a nonexistent key store");
632 fail("Expected an NPE due to a null alias");
659 fail("Expected an NPE due to an empty alias");
687 fail("Expecte
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DCertificateManagerTestCase.java320 fail("Expected an NPE due to null alias");
346 fail("Expected an NPE due to empty alias");
379 fail("Expected a key store exception due to an invalid key store");
519 fail("Expected an NPE due to a null alias");
545 fail("Expected an NPE due to a null alias");
575 fail("Expected a key store exception due to a nonexistent key store");
606 fail("Expected a key store exception due to a nonexistent key store");
632 fail("Expected an NPE due to a null alias");
659 fail("Expected an NPE due to an empty alias");
687 fail("Expecte
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DCertificateManagerTestCase.java320 fail("Expected an NPE due to null alias");
346 fail("Expected an NPE due to empty alias");
379 fail("Expected a key store exception due to an invalid key store");
519 fail("Expected an NPE due to a null alias");
545 fail("Expected an NPE due to a null alias");
575 fail("Expected a key store exception due to a nonexistent key store");
606 fail("Expected a key store exception due to a nonexistent key store");
632 fail("Expected an NPE due to a null alias");
659 fail("Expected an NPE due to an empty alias");
687 fail("Expecte
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DCertificateManagerTestCase.java317 fail("Expected an NPE due to null alias");
343 fail("Expected an NPE due to empty alias");
376 fail("Expected a key store exception due to an invalid key store");
516 fail("Expected an NPE due to a null alias");
542 fail("Expected an NPE due to a null alias");
572 fail("Expected a key store exception due to a nonexistent key store");
603 fail("Expected a key store exception due to a nonexistent key store");
629 fail("Expected an NPE due to a null alias");
656 fail("Expected an NPE due to an empty alias");
684 fail("Expecte
[all...]
/forgerock/openam-v13/openam-scripting/src/test/java/org/forgerock/openam/scripting/datastore/
H A DScriptConfigurationDataStoreTest.java24 import static org.testng.Assert.fail;
86 fail("shouldFailIfConfigDoesNotExistOnSave");
102 fail("shouldFailIfConfigDoesNotExistOnDelete");
121 fail("shouldFailIfAttemptingToDeleteDefaultScript");
135 fail("shouldFailIfConfigDoesNotExistOnGetAll");
151 fail("shouldFailIfConfigDoesNotExistOnGet");
167 fail("shouldFailIfConfigDoesNotExistOnContainsUuid");
183 fail("shouldFailIfConfigDoesNotExistOnContainsName");
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerFailoverTest.java118 fail("Error deleting reference to domain: " + TEST_ROOT_DN_STRING);
202 fail("DS1 is not connected to a RS");
298 fail("Error sleeping " + stackTraceToSingleLineString(ex));
321 fail("Unknown replication domain server id.");
333 fail("Unknown replication server id.");
350 fail("Enable to find port number in: " + serverStr);
357 fail("Enable to get an int from: " + rdPortStr);
377 fail("Error sleeping " + stackTraceToSingleLineString(ex));
384 fail("checkConnection: could not verify connection from domain " + dsId
407 fail("Unabl
[all...]
H A DGroupIdHandshakeTest.java127 fail("Error deleting reference to domain: " + TEST_ROOT_DN_STRING);
180 fail("Unknown replication domain server id.");
195 fail("Unknown replication server id.");
212 fail("Enable to find port number in: " + serverStr);
219 fail("Enable to get an int from: " + rdPortStr);
239 fail("Error sleeping " + stackTraceToSingleLineString(ex));
246 fail("checkConnection: could not verify connection from domain " + dsId
272 fail("Unable to determinate some free ports " +
297 fail("Unknown test case: " + testCase);
325 fail("Unknow
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerFailoverTest.java118 fail("Error deleting reference to domain: " + TEST_ROOT_DN_STRING);
202 fail("DS1 is not connected to a RS");
298 fail("Error sleeping " + stackTraceToSingleLineString(ex));
321 fail("Unknown replication domain server id.");
333 fail("Unknown replication server id.");
350 fail("Enable to find port number in: " + serverStr);
357 fail("Enable to get an int from: " + rdPortStr);
377 fail("Error sleeping " + stackTraceToSingleLineString(ex));
384 fail("checkConnection: could not verify connection from domain " + dsId
407 fail("Unabl
[all...]
H A DGroupIdHandshakeTest.java127 fail("Error deleting reference to domain: " + TEST_ROOT_DN_STRING);
180 fail("Unknown replication domain server id.");
195 fail("Unknown replication server id.");
212 fail("Enable to find port number in: " + serverStr);
219 fail("Enable to get an int from: " + rdPortStr);
239 fail("Error sleeping " + stackTraceToSingleLineString(ex));
246 fail("checkConnection: could not verify connection from domain " + dsId
272 fail("Unable to determinate some free ports " +
297 fail("Unknown test case: " + testCase);
325 fail("Unknow
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DReplicationServerFailoverTest.java118 fail("Error deleting reference to domain: " + TEST_ROOT_DN_STRING);
202 fail("DS1 is not connected to a RS");
298 fail("Error sleeping " + stackTraceToSingleLineString(ex));
321 fail("Unknown replication domain server id.");
333 fail("Unknown replication server id.");
350 fail("Enable to find port number in: " + serverStr);
357 fail("Enable to get an int from: " + rdPortStr);
377 fail("Error sleeping " + stackTraceToSingleLineString(ex));
384 fail("checkConnection: could not verify connection from domain " + dsId
407 fail("Unabl
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/controls/
H A DMatchedValuesControlTest.java93 fail("Expected NullPointerException");
103 fail("Expected NullPointerException");
120 fail("Expected NullPointerException");
138 fail("Expected NullPointerException");
148 fail("Expected NullPointerException");
173 fail("Expected NullPointerException");
343 fail("Expected NullPointerException");
353 fail("Expected NullPointerException");
377 fail("Expected NullPointerException");
395 fail("Expecte
[all...]
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DSearchFilterFactoryTest.java25 import static org.testng.AssertJUnit.fail;
55 fail();
66 fail();
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DSearchFilterFactoryTest.java25 import static org.testng.AssertJUnit.fail;
55 fail();
66 fail();
/forgerock/web-agents-v4/source/
H A Dnaming_valid.c29 int fail; member in struct:url_valid_table
52 int index, int *ok, int *fail, int *default_ok) {
63 if (fail != NULL) *fail = e->fail;
71 static void set_validation_table_entry(unsigned long instance_id, int index, int ok, int fail) { argument
80 e->fail = fail;
92 e->fail = fail;
51 get_validation_table_entry(unsigned long instance_id, int index, int *ok, int *fail, int *default_ok) argument
204 int ok = 0, fail = 0, httpcode = 0; local
[all...]

Completed in 146 milliseconds

1234567891011>>