import user.commons.JobStatus;
-public class SuspendRunableActionTest extends ActionTest {
+public class SuspendRunnableActionTest extends ActionTest {
@Test
public void testProcessAction() throws Exception {
// Fixture
- final IJobStatusAction sut = new SuspendRunableAction();
+ final IJobStatusAction sut = new SuspendRunnableAction();
context.checking(new Expectations() {{
one (jobRuntime).saveStatus();
one (jobRuntime).setStatus(JobStatus.SUSPENDED);