Searched refs:failed (Results 1 - 25 of 90) sorted by relevance

1234

/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/test/tools/
H A DTest.java116 * Returns a list of failed testcases.
118 * @return list of failed testcases.
121 List<TestCase> failed = new ArrayList<TestCase>();
123 if (tc.failed()) {
124 failed.add(tc);
127 return failed;
136 List<TestCase> failed = getFailedTestCases();
141 for (TestCase tc : failed) {
H A DTestCase.java61 return !failed() && !skipped();
65 * Returns <code>true</code> if the testcase failed.
67 * @return <code>true</code> if the testcase failed.
69 public boolean failed() { method in class:TestCase
90 if (failed()) {
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/test/tools/
H A DTest.java116 * Returns a list of failed testcases.
118 * @return list of failed testcases.
121 List<TestCase> failed = new ArrayList<TestCase>();
123 if (tc.failed()) {
124 failed.add(tc);
127 return failed;
136 List<TestCase> failed = getFailedTestCases();
141 for (TestCase tc : failed) {
H A DTestCase.java61 return !failed() && !skipped();
65 * Returns <code>true</code> if the testcase failed.
67 * @return <code>true</code> if the testcase failed.
69 public boolean failed() { method in class:TestCase
90 if (failed()) {
/forgerock/openam-v13/openam-core/src/main/java/org/forgerock/openam/cts/impl/query/reaper/
H A DReaperConnection.java44 private boolean failed = false; field in class:ReaperConnection
74 if (failed) {
84 failed = true;
/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-plugins/src/main/resources/
H A DServerConnection.properties41 cnt-auth-msg=Authentication failed
46 cnt-svr-connect-ssl-fail=SSL/TLS connection failed. Unable to find valid certification path.
H A DServerConfigReport.properties42 rpt-auth-msg=Authentication failed
53 rpt-loading-failed=Key store could not be loaded with given key store password.
57 rpt-agt-auth-to-svr-fail=Authenticate failed to server with user credentials for: {0}
H A DServerConfigReport_de.properties53 rpt-loading-failed=Schl\u00fcsselspeicher konnte mit dem Schl\u00fcsselspeicher-Passwort nicht ge\u00f6ffnet werden.
H A DServerConfigService.properties39 svr-auth-msg=Authentication failed
70 saml-open-ks-failed=Key store could not be opened with given key store password.
71 saml-loading-failed=Key store could not be loaded with given key store password.
170 ds-failed-connect-at-suffix=Cannot connect to Directory Server at suffix : {0}
/forgerock/openam-v13/openam-server-only/src/main/webapp/assets/lib/yui/yuitest/
H A Dyuitest-beta-debug.js142 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
168 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
179 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
285 * Fires when a test has failed.
315 * @return {Object} Results of the execution with properties passed, failed, and total.
355 //variable to hold whether or not the test failed
356 var failed /*:Boolean*/ = false;
371 failed = true;
374 failed = true;
381 failed
[all...]
H A Dyuitest-beta-min.js11 +data.results.passed+" Failed:"+data.results.failed+" Total:"+data.results.total;messageType="info";break;case TestRunner.TEST_FAIL_EVENT:message=data.testName+": "+data.error.getMessage();messageType="fail";break;case TestRunner.TEST_IGNORE_EVENT:message=data.testName+": ignored.";messageType="ignore";break;case TestRunner.TEST_PASS_EVENT:message=data.testName+": passed.";messageType="pass";break;case TestRunner.TEST_SUITE_BEGIN_EVENT:message="Test suite \""+data.testSuite.name+"\" started.";messageType="info";break;case TestRunner.TEST_SUITE_COMPLETE_EVENT:message="Test suite \""+data.testSuite.name+"\" completed.\nPassed:"
12 +data.results.passed+" Failed:"+data.results.failed+" Total:"+data.results.total;messageType="info";break;case TestRunner.TEST_CASE_BEGIN_EVENT:message="Test case \""+data.testCase.name+"\" started.";messageType="info";break;case TestRunner.TEST_CASE_COMPLETE_EVENT:message="Test case \""+data.testCase.name+"\" completed.\nPassed:"
13 +data.results.passed+" Failed:"+data.results.failed+" Total:"+data.results.total;messageType="info";break;default:message="Unexpected event "+data.type;message="info";}
17 var failed=false;var error=null;testCase.setUp();try{testCase[tests[i]]();if(shouldFail[tests[i]]){error=new YAHOO.util.ShouldFail();failed=true;}else if(shouldError[tests[i]]){error=new YAHOO.util.ShouldError();failed=true;}}catch(thrown){if(thrown instanceof YAHOO.util.AssertionError){if(!shouldFail[tests[i]]){error=thrown;failed=true;}}else{if(!shouldError[tests[i]]){error=new YAHOO.util.UnexpectedError(thrown);failed=true;}else{if(YAHOO.lang.isString(shouldError[tests[i]])){if(thrown.message!=shouldError[tests[i]]){error=new YAHOO.util.UnexpectedError(thrown);failed=true;}}else if(YAHOO.lang.isObject(shouldError[tests[i]])){if(!(thrown instanceof shouldError[tests[i]].constructor)||thrown.message!=shouldError[tests[i]].message){error=new YAHOO.util.UnexpectedError(thrown);failed
[all...]
H A Dyuitest-beta.js142 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
168 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
179 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
285 * Fires when a test has failed.
315 * @return {Object} Results of the execution with properties passed, failed, and total.
355 //variable to hold whether or not the test failed
356 var failed /*:Boolean*/ = false;
371 failed = true;
374 failed = true;
381 failed
[all...]
/forgerock/openam/openam-server-only/src/main/webapp/assets/lib/yui/yuitest/
H A Dyuitest-beta-debug.js142 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
168 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
179 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
285 * Fires when a test has failed.
315 * @return {Object} Results of the execution with properties passed, failed, and total.
355 //variable to hold whether or not the test failed
356 var failed /*:Boolean*/ = false;
371 failed = true;
374 failed = true;
381 failed
[all...]
H A Dyuitest-beta-min.js11 +data.results.passed+" Failed:"+data.results.failed+" Total:"+data.results.total;messageType="info";break;case TestRunner.TEST_FAIL_EVENT:message=data.testName+": "+data.error.getMessage();messageType="fail";break;case TestRunner.TEST_IGNORE_EVENT:message=data.testName+": ignored.";messageType="ignore";break;case TestRunner.TEST_PASS_EVENT:message=data.testName+": passed.";messageType="pass";break;case TestRunner.TEST_SUITE_BEGIN_EVENT:message="Test suite \""+data.testSuite.name+"\" started.";messageType="info";break;case TestRunner.TEST_SUITE_COMPLETE_EVENT:message="Test suite \""+data.testSuite.name+"\" completed.\nPassed:"
12 +data.results.passed+" Failed:"+data.results.failed+" Total:"+data.results.total;messageType="info";break;case TestRunner.TEST_CASE_BEGIN_EVENT:message="Test case \""+data.testCase.name+"\" started.";messageType="info";break;case TestRunner.TEST_CASE_COMPLETE_EVENT:message="Test case \""+data.testCase.name+"\" completed.\nPassed:"
13 +data.results.passed+" Failed:"+data.results.failed+" Total:"+data.results.total;messageType="info";break;default:message="Unexpected event "+data.type;message="info";}
17 var failed=false;var error=null;testCase.setUp();try{testCase[tests[i]]();if(shouldFail[tests[i]]){error=new YAHOO.util.ShouldFail();failed=true;}else if(shouldError[tests[i]]){error=new YAHOO.util.ShouldError();failed=true;}}catch(thrown){if(thrown instanceof YAHOO.util.AssertionError){if(!shouldFail[tests[i]]){error=thrown;failed=true;}}else{if(!shouldError[tests[i]]){error=new YAHOO.util.UnexpectedError(thrown);failed=true;}else{if(YAHOO.lang.isString(shouldError[tests[i]])){if(thrown.message!=shouldError[tests[i]]){error=new YAHOO.util.UnexpectedError(thrown);failed=true;}}else if(YAHOO.lang.isObject(shouldError[tests[i]])){if(!(thrown instanceof shouldError[tests[i]].constructor)||thrown.message!=shouldError[tests[i]].message){error=new YAHOO.util.UnexpectedError(thrown);failed
[all...]
H A Dyuitest-beta.js142 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
168 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
179 + data.results.passed + " Failed:" + data.results.failed + " Total:" + data.results.total;
285 * Fires when a test has failed.
315 * @return {Object} Results of the execution with properties passed, failed, and total.
355 //variable to hold whether or not the test failed
356 var failed /*:Boolean*/ = false;
371 failed = true;
374 failed = true;
381 failed
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/scriptedcrest2dj/tools/
H A DCustomizerScript.groovy133 failed(ex)
135 failed(ex)
137 failed(ex)
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java202 * If the test failed unexpectedly.
271 * If the test failed unexpectedly.
340 * If the test failed unexpectedly.
366 * If the test failed unexpectedly.
407 * If the test failed unexpectedly.
431 * If the test failed unexpectedly.
469 * If the test failed unexpectedly.
503 boolean failed = false;
508 if (!failed && !actualLine.equals(expectedLine)) {
509 failed
[all...]
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java201 * If the test failed unexpectedly.
270 * If the test failed unexpectedly.
339 * If the test failed unexpectedly.
365 * If the test failed unexpectedly.
406 * If the test failed unexpectedly.
430 * If the test failed unexpectedly.
468 * If the test failed unexpectedly.
502 boolean failed = false;
507 if (!failed && !actualLine.equals(expectedLine)) {
508 failed
[all...]
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java202 * If the test failed unexpectedly.
271 * If the test failed unexpectedly.
340 * If the test failed unexpectedly.
366 * If the test failed unexpectedly.
407 * If the test failed unexpectedly.
431 * If the test failed unexpectedly.
469 * If the test failed unexpectedly.
503 boolean failed = false;
508 if (!failed && !actualLine.equals(expectedLine)) {
509 failed
[all...]
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java201 * If the test failed unexpectedly.
270 * If the test failed unexpectedly.
339 * If the test failed unexpectedly.
365 * If the test failed unexpectedly.
406 * If the test failed unexpectedly.
430 * If the test failed unexpectedly.
468 * If the test failed unexpectedly.
502 boolean failed = false;
507 if (!failed && !actualLine.equals(expectedLine)) {
508 failed
[all...]
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/util/
H A DTestLDIFWriter.java202 * If the test failed unexpectedly.
271 * If the test failed unexpectedly.
340 * If the test failed unexpectedly.
366 * If the test failed unexpectedly.
407 * If the test failed unexpectedly.
431 * If the test failed unexpectedly.
469 * If the test failed unexpectedly.
503 boolean failed = false;
508 if (!failed && !actualLine.equals(expectedLine)) {
509 failed
[all...]
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/util/
H A DTestLDIFWriter.java200 * If the test failed unexpectedly.
269 * If the test failed unexpectedly.
338 * If the test failed unexpectedly.
364 * If the test failed unexpectedly.
405 * If the test failed unexpectedly.
429 * If the test failed unexpectedly.
467 * If the test failed unexpectedly.
501 boolean failed = false;
506 if (!failed && !actualLine.equals(expectedLine)) {
507 failed
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/sample5b/
H A DREADME42 updated. The target that failed, and any targets specified
43 in mappings subsequent to the one that failed are not updated.
/forgerock/web-agents-v4/cmocka/
H A Dcmocka.c1303 ": error: Check of parameter %s, function %s failed\n"
1776 cm_print_error("Test failed with exception: %s\n", strsignal(sig));
1778 cm_print_error("Test failed with exception: %d\n", sig);
2403 cm_print_error("Test setup failed");
2449 cm_print_error("Test teardown failed");
2562 group_name, "Group setup failed");
2677 /* Whether the previous test failed. */
2679 /* Whether the previous setup failed. */
2687 /* Number of failed tests. */
2702 /* Names of the tests that failed
2765 int failed = _run_test(test->name, test->function, current_state, local
2882 int failed; local
2923 int failed; local
2940 int failed; local
[all...]
/forgerock/openidm-v4/openidm-zip/src/main/resources/samples/multiplepasswords/
H A DREADME.md202 "message": "Policy validation failed",
206 Notice that the request failed with a policy failure on the two new password fields. This can be fixed by updating the
416 As we can see the request failed due to the is-new password policy.

Completed in 81 milliseconds

1234