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

/forgerock/openam-v13/openam-rest/src/test/java/org/forgerock/openam/cors/
H A DCORSServiceTest.java34 private CORSService testService; field in class:CORSServiceTest
51 testService = new CORSService(origins, methods, acceptedHeaders,
115 testService.handleRequest(mockRequest, mockResponse);
127 testService.handleRequest(mockRequest, mockResponse);
139 testService.handleRequest(mockRequest, mockResponse);
151 testService.handleRequest(mockRequest, mockResponse);
165 testService.handleRequest(mockRequest, mockResponse);
178 testService.handleRequest(mockRequest, mockResponse);
195 testService = new CORSService(origins, methods, null, null, 0, false, null);
201 testService
[all...]
/forgerock/openam/openam-rest/src/test/java/org/forgerock/openam/cors/
H A DCORSServiceTest.java34 private CORSService testService; field in class:CORSServiceTest
51 testService = new CORSService(origins, methods, acceptedHeaders,
115 testService.handleRequest(mockRequest, mockResponse);
127 testService.handleRequest(mockRequest, mockResponse);
139 testService.handleRequest(mockRequest, mockResponse);
151 testService.handleRequest(mockRequest, mockResponse);
165 testService.handleRequest(mockRequest, mockResponse);
178 testService.handleRequest(mockRequest, mockResponse);
195 testService = new CORSService(origins, methods, null, null, 0, false, null);
201 testService
[all...]

Completed in 47 milliseconds