Merging in bug fixes
[appc.git] / appc-dispatcher / appc-dispatcher-common / state-machine-lib / src / test / java / org / openecomp / appc / statemachine / TestStateMachine.java
index ec927c3..c2f79ec 100644 (file)
 package org.openecomp.appc.statemachine;
 
 
-import org.junit.Assert;
 import org.junit.Test;
-import org.openecomp.appc.statemachine.impl.StateMachineFactory;
-import org.openecomp.appc.statemachine.objects.*;
-
-import java.util.ArrayList;
-import java.util.List;
-import java.util.Set;
+import org.openecomp.appc.statemachine.objects.InvalidInputException;
 
 
 public class TestStateMachine {