6465666768697071
@Before public void setup() throws Exception { MockitoAnnotations.initMocks(this); identityApiRep = new IdentityRepresentation(); identityApiImpl = new IdentityApiImpl(restConnector, templateUrlParser, identityApiRep, DEFAULT_PAGE_SIZE); }