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

/forgerock/openam-v13/openam-core/src/test/java/com/sun/identity/entitlement/
H A DApplicationTest.java29 private Application testApplication; field in class:ApplicationTest
33 testApplication = new Application();
42 testApplication.setApplicationType(appType);
45 ResourceName result = testApplication.getResourceComparator();
57 testApplication.setApplicationType(appType);
58 testApplication.setResourceComparator(resourceNameClass);
61 ResourceName result = testApplication.getResourceComparator(false);
73 Application clone = testApplication.clone();
/forgerock/openam/openam-core/src/test/java/com/sun/identity/entitlement/
H A DApplicationTest.java29 private Application testApplication; field in class:ApplicationTest
33 testApplication = new Application();
42 testApplication.setApplicationType(appType);
45 ResourceName result = testApplication.getResourceComparator();
57 testApplication.setApplicationType(appType);
58 testApplication.setResourceComparator(resourceNameClass);
61 ResourceName result = testApplication.getResourceComparator(false);
73 Application clone = testApplication.clone();
/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DApplicationTypeTest.java91 public void testApplication() throws Exception { method in class:ApplicationTypeTest
95 throw new Exception("ApplicationTypeTest.testApplication cannot get application");
107 throw new Exception("ApplicationTypeTest.testApplication application lost");
113 // throw new Exception("ApplicationTypeTest.testApplication action is not saved");
118 // throw new Exception("ApplicationTypeTest.testApplication \"action\" is not saved");
124 "ApplicationTypeTest.testApplication, subject test fails");
130 "ApplicationTypeTest.testApplication, description test fails");
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/entitlement/
H A DApplicationTypeTest.java91 public void testApplication() throws Exception { method in class:ApplicationTypeTest
95 throw new Exception("ApplicationTypeTest.testApplication cannot get application");
107 throw new Exception("ApplicationTypeTest.testApplication application lost");
113 // throw new Exception("ApplicationTypeTest.testApplication action is not saved");
118 // throw new Exception("ApplicationTypeTest.testApplication \"action\" is not saved");
124 "ApplicationTypeTest.testApplication, subject test fails");
130 "ApplicationTypeTest.testApplication, description test fails");

Completed in 41 milliseconds