Skip to content

Commit

Permalink
clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
jsyrjala committed Sep 12, 2014
1 parent 1751236 commit f162a2c
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -249,11 +249,6 @@ public void keepCurrentStateOnRetry() {
is(notNullValue(DateTime.class)))), any(WorkflowInstanceAction.class));
}

@Test
public void stateReasonIsNotSetOnStateChange() {

}

@SuppressWarnings("serial")
@Test
public void runWorkflowWithParameters() {
Expand Down Expand Up @@ -309,7 +304,6 @@ public boolean matches(Object argument) {
};
}


private ArgumentMatcher<WorkflowInstance> matchesWorkflowInstance(final WorkflowState state,
final int retries, final boolean isProcessing, final Matcher<DateTime> nextActivationMatcher) {
return new ArgumentMatcher<WorkflowInstance>() {
Expand Down Expand Up @@ -338,8 +332,6 @@ public boolean matches(Object argument) {
};
}



@Test
public void beforeAndAfterListenersAreExecutedForSuccessfulProcessing() {
WorkflowDefinition<ExecuteTestWorkflow.State> wf = new ExecuteTestWorkflow();
Expand Down

0 comments on commit f162a2c

Please sign in to comment.