use of com.dangdang.ddframe.job.fixture.job.TestWrongJob in project elastic-job by dangdangdotcom.
the class WrongJobExecutorTest method setUp.
@Before
public void setUp() throws NoSuchFieldException {
when(jobFacade.loadJobRootConfiguration(true)).thenReturn(new TestSimpleJobConfiguration());
wrongSimpleJobExecutor = new SimpleJobExecutor(new TestWrongJob(), jobFacade);
}
Aggregations