Searched defs:getDecisionsTest (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-federation/OpenFM/src/test/java/com/sun/identity/rest/
H A DRestTest.java174 public void getDecisionsTest() throws Exception { method in class:RestTest
192 "RESTTest.getDecisionsTest() failed, status code not 200");
197 "RESTTest.getDecisionsTest() failed, body element is null");
202 "RESTTest.getDecisionsTest() failed, results array is null");
206 "RESTTest.getDecisionsTest() failed, results array is empty");
211 throw new Exception("RESTTest.getDecisionsTest() failed");
/forgerock/openam/openam-federation/OpenFM/src/test/java/com/sun/identity/rest/
H A DRestTest.java174 public void getDecisionsTest() throws Exception { method in class:RestTest
192 "RESTTest.getDecisionsTest() failed, status code not 200");
197 "RESTTest.getDecisionsTest() failed, body element is null");
202 "RESTTest.getDecisionsTest() failed, results array is null");
206 "RESTTest.getDecisionsTest() failed, results array is empty");
211 throw new Exception("RESTTest.getDecisionsTest() failed");

Completed in 29 milliseconds