51525354555657
@Before public void init() { MockitoAnnotations.initMocks(this); i18n = I18nFactory.getI18n(getClass(), Locale.US, I18nFactory.FALLBACK); jobResource = new JobResource(jobCurator, pinsetterKernel, i18n); }