//
// }
@Test
public void testCreateIcndbResponse(){
IcndbResponse createIcndbResponse = this.controller.createIcndbResponse(GSON_TEST);
assertNotNull(createIcndbResponse);
assertTrue(createIcndbResponse.isSuccess());
LOG.info("ListType: {}", createIcndbResponse.getValue().getCategories().getClass().getName());
LOG.info("Result: {}", createIcndbResponse);
}