Search in sources :

Example 1 with SchedulerFrontend

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");
}
Also used : JobIdImpl(org.ow2.proactive.scheduler.job.JobIdImpl) Before(org.junit.Before)

Aggregations

Before (org.junit.Before)1 JobIdImpl (org.ow2.proactive.scheduler.job.JobIdImpl)1