31 | Test | - In Cps service Layer we have tests for this exceptions (CpsAdminPersistenceServiceSpec)
- Add new test to the REST handler tests (NetworkCmProxyRestExceptionHandlerSpec)
| - Catch the exception in query side NetworkCmProxyDataServiceImpl
- surround the cpsAdminService call with try-catch block in executeCmHandleHasAllModulesSearch method
- log, and return with empty
list200 OK response code with right body with empty data.- array
|