Searched refs:test (Results 1 - 25 of 456) sorted by relevance

1234567891011>>

/forgerock/openam-v13/openam-authentication/deviceprint/scripts/src/test/js/
H A DAdaptiveAuthInfoGatheringTest.js49 qu.test("passing test", function() {
53 qu.test("results length test", function() {
/forgerock/openam/openam-core/src/test/java/org/forgerock/openam/cts/utils/
H A DJSONSerialisationTest.java40 String test = "Badger";
42 String result = serialization.deserialise(serialization.serialise(test), String.class);
44 assertEquals(test, result);
50 Map<String, Object> test = new HashMap<>();
51 test.put("badger", 1234);
52 test.put("ferret", 4321);
55 String text = serialization.serialise(test);
58 assertEquals(test, result);
/forgerock/openam-v13/openam-shared/src/main/java/com/sun/identity/shared/test/tools/
H A DHTMLConstants.java29 package com.sun.identity.shared.test.tools;
H A DFileNameComparator.java29 package com.sun.identity.shared.test.tools;
35 * Comparator to order test case.
/forgerock/openam/openam-shared/src/main/java/com/sun/identity/shared/test/tools/
H A DHTMLConstants.java29 package com.sun.identity.shared.test.tools;
H A DFileNameComparator.java29 package com.sun.identity.shared.test.tools;
35 * Comparator to order test case.
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/
H A Dtest-main.js18 var TEST_REGEXP = /(spec|test)\.js$/i,
20 return TEST_REGEXP.test(file);
41 "sinon": "/base/target/test-classes/libs/sinon-1.15.4",
42 "squire": "/base/target/test-classes/libs/squire-0.2.0"
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/
H A DRealmHelperTest.js46 it("appends the current query string to the URL", sinon.test(function () {
53 it("merges any existing query string with the current query string", sinon.test(function () {
62 it("appends as a query parameter the realm from the current query string", sinon.test(function () {
72 it("replaces __subrealm__ with the sub realm from global configuration", sinon.test(() => {
79 it("strips out __subrealm__ when there is no sub realm", sinon.test(() => {
88 it("returns the realm from the current query string", sinon.test(function () {
94 it("returns the realm from the fragment query when it is present", sinon.test(function () {
100 it("prefers the realm from the query string over the fragment query", sinon.test(function () {
109 it("returns the realm from the fragment path", sinon.test(function () {
115 it("prefers the realm in the global configuration over the fragment path", sinon.test(functio
[all...]
/forgerock/openam/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/admin/views/common/navigation/
H A DcreateBreadcrumbsTest.js47 it("correctly outputs object breadcrumbs", sinon.test(() => {
58 it("correctly outputs object breadcrumbs", sinon.test(() => {
69 it("correctly outputs object breadcrumbs", sinon.test(() => {
80 it("correctly outputs object breadcrumbs", sinon.test(() => {
97 it("correctly outputs object breadcrumbs", sinon.test(() => {
114 it("correctly outputs object breadcrumbs", sinon.test(() => {
127 it("correctly outputs object breadcrumbs", sinon.test(() => {
144 it("correctly outputs object breadcrumbs", sinon.test(() => {
164 it("correctly outputs object breadcrumbs", sinon.test(() => {
175 it("correctly outputs object breadcrumbs", sinon.test(()
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/test/js/org/forgerock/openam/ui/common/util/
H A DRealmHelperTest.js44 it("appends the current query string to the URL", sinon.test(function () {
51 it("merges any existing query string with the current query string", sinon.test(function () {
60 it("appends as a query parameter the realm from the current query string", sinon.test(function () {
70 it("replaces __subrealm__ with the sub realm from global configuration", sinon.test(function () {
77 it("strips out __subrealm__ when there is no sub realm", sinon.test(function () {
86 it("returns the realm from the current query string", sinon.test(function () {
92 it("returns the realm from the fragment query when it is present", sinon.test(function () {
98 it("prefers the realm from the query string over the fragment query", sinon.test(function () {
107 it("returns the realm from the fragment path", sinon.test(function () {
113 it("prefers the realm in the global configuration over the fragment path", sinon.test(functio
[all...]
/forgerock/opendj-b2.6/tests/staf-tests/shared/java/parsingtool/
H A DREADME29 The purpose of the parsing tool is to parse comments from the functional test xml files.
32 the functional test xml files, and how to build and run the parsing tool.
36 Each directory will be assumed to contain the tests within a test group.
37 Each test group needs to have the following tags.......
41 #@TestSubgroupName [only necessary for some test groups, like Security]
44 as long as the xml file is in the proper directory for the test group. For convenience,
45 the tags for the test group should be near the top of the xml file which is used
46 for setting up for the test group test cases.
48 The following is an example for the test grou
[all...]
/forgerock/opendj2/tests/staf-tests/shared/java/parsingtool/
H A DREADME28 The purpose of the parsing tool is to parse comments from the functional test xml files.
31 the functional test xml files, and how to build and run the parsing tool.
35 Each directory will be assumed to contain the tests within a test group.
36 Each test group needs to have the following tags.......
40 #@TestSubgroupName [only necessary for some test groups, like Security]
43 as long as the xml file is in the proper directory for the test group. For convenience,
44 the tags for the test group should be near the top of the xml file which is used
45 for setting up for the test group test cases.
47 The following is an example for the test grou
[all...]
/forgerock/opendj2.6.2/tests/staf-tests/shared/java/parsingtool/
H A DREADME29 The purpose of the parsing tool is to parse comments from the functional test xml files.
32 the functional test xml files, and how to build and run the parsing tool.
36 Each directory will be assumed to contain the tests within a test group.
37 Each test group needs to have the following tags.......
41 #@TestSubgroupName [only necessary for some test groups, like Security]
44 as long as the xml file is in the proper directory for the test group. For convenience,
45 the tags for the test group should be near the top of the xml file which is used
46 for setting up for the test group test cases.
48 The following is an example for the test grou
[all...]
/forgerock/opendj2-jel-hg/tests/staf-tests/shared/java/parsingtool/
H A DREADME29 The purpose of the parsing tool is to parse comments from the functional test xml files.
32 the functional test xml files, and how to build and run the parsing tool.
36 Each directory will be assumed to contain the tests within a test group.
37 Each test group needs to have the following tags.......
41 #@TestSubgroupName [only necessary for some test groups, like Security]
44 as long as the xml file is in the proper directory for the test group. For convenience,
45 the tags for the test group should be near the top of the xml file which is used
46 for setting up for the test group test cases.
48 The following is an example for the test grou
[all...]
/forgerock/opendj2-hg/tests/staf-tests/shared/java/parsingtool/
H A DREADME28 The purpose of the parsing tool is to parse comments from the functional test xml files.
31 the functional test xml files, and how to build and run the parsing tool.
35 Each directory will be assumed to contain the tests within a test group.
36 Each test group needs to have the following tags.......
40 #@TestSubgroupName [only necessary for some test groups, like Security]
43 as long as the xml file is in the proper directory for the test group. For convenience,
44 the tags for the test group should be near the top of the xml file which is used
45 for setting up for the test group test cases.
47 The following is an example for the test grou
[all...]
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/test/js/
H A Dtest-main.js17 var TEST_REGEXP = /(spec|test)\.js$/i,
19 return TEST_REGEXP.test(file);
34 sinon: "/base/target/test-classes/libs/sinon-1.15.4",
35 squire: "/base/target/test-classes/libs/squire-0.2.0",
/forgerock/openam/openam-test-utils/src/main/java/org/forgerock/openam/test/apidescriptor/
H A DApiParameterAssert.java16 package org.forgerock.openam.test.apidescriptor;
18 import static org.forgerock.openam.test.apidescriptor.ApiAssertions.assertI18nDescription;
/forgerock/authenticator-android-v2/app/src/androidTest/java/com/forgerock/authenticator/
H A DAboutActivityTest.java19 import android.support.test.InstrumentationRegistry;
20 import android.support.test.rule.ActivityTestRule;
21 import android.support.test.runner.AndroidJUnit4;
22 import android.test.suitebuilder.annotation.SmallTest;
H A DScanActivityTest.java19 import android.support.test.InstrumentationRegistry;
20 import android.support.test.rule.ActivityTestRule;
21 import android.support.test.runner.AndroidJUnit4;
22 import android.test.suitebuilder.annotation.LargeTest;
H A DSplashActivityTest.java20 import android.support.test.InstrumentationRegistry;
21 import android.support.test.rule.ActivityTestRule;
22 import android.support.test.runner.AndroidJUnit4;
23 import android.test.suitebuilder.annotation.LargeTest;
/forgerock/openam-v13/openam-ui/openam-ui-ria/src/main/js/config/validators/
H A DAMValidators.js30 if (typeof value === "string" && value.length && !phonePattern.test(value)) {
44 if (typeof value === "string" && value.length && !emailPattern.test(value)) {
/forgerock/openam/openam-selfservice/src/test/java/org/forgerock/openam/selfservice/
H A DKbaResourceTest.java18 import org.forgerock.openam.test.apidescriptor.ApiAnnotationAssert;
22 * Unit test for {@link KbaResource}.
/forgerock/openam/openam-audit/openam-audit-core/src/test/java/org/forgerock/openam/audit/
H A DDefaultAuditServiceProxyTest.java18 import org.forgerock.openam.test.apidescriptor.ApiAnnotationAssert;
22 * Unit test for {@link DefaultAuditServiceProxy}.
/forgerock/openam/openam-audit/openam-audit-rest/src/test/java/org/forgerock/openam/audit/rest/
H A DRealmAuditRequestHandlerTest.java18 import org.forgerock.openam.test.apidescriptor.ApiAnnotationAssert;
22 * Unit test for {@link RealmAuditRequestHandler}.
/forgerock/openam/openam-core-rest/src/test/java/org/forgerock/openam/core/rest/dashboard/
H A DDashboardResourceTest.java18 import org.forgerock.openam.test.apidescriptor.ApiAnnotationAssert;
22 * Unit test for {@link DashboardResource}.

Completed in 224 milliseconds

1234567891011>>