Loading Language Integration/examples/ase2017/ejbWithStateMachine.transformation.test/src/main/java/org/codeling/lang/ejbWithStatemachine/transformation/RunningExampleTest.xtend +1 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import org.junit.Test import static org.junit.Assert.* class WholeProcessTest { class RunningExampleTest { static var IJavaProject project; static var List<EObject> model; Loading @@ -33,7 +33,6 @@ class WholeProcessTest { static def void _0_executeTransformations() { setupCode(); transformToADL(); Thread.sleep(30000); changeADLModel(); transformToCode(); } Loading Loading
Language Integration/examples/ase2017/ejbWithStateMachine.transformation.test/src/main/java/org/codeling/lang/ejbWithStatemachine/transformation/RunningExampleTest.xtend +1 −2 Original line number Diff line number Diff line Loading @@ -23,7 +23,7 @@ import org.junit.Test import static org.junit.Assert.* class WholeProcessTest { class RunningExampleTest { static var IJavaProject project; static var List<EObject> model; Loading @@ -33,7 +33,6 @@ class WholeProcessTest { static def void _0_executeTransformations() { setupCode(); transformToADL(); Thread.sleep(30000); changeADLModel(); transformToCode(); } Loading