use of org.ligoj.app.model.TaskSampleSubscription in project ligoj-api by ligoj.
the class LongTaskRunnerTest method getTask.
@Test
public void getTask() {
repository.saveAndFlush(newTaskSample());
final TaskSampleSubscription task = resource.getTask(subscription);
assertTask(task);
Assertions.assertNotNull(task.getEnd());
}
Aggregations