use of org.ow2.proactive.scheduler.core.SchedulerFrontend in project scheduling by ow2-proactive.
the class SchedulerFrontendTest method init.
@Before
public void init() {
MockitoAnnotations.initMocks(this);
this.schedulerFrontend = new SchedulerFrontend(frontendState, spacesSupport);
this.jobId = new JobIdImpl(123L, "readableName");
}