Changeset 1608 for trunk/autoquest-plugin-uml-test/src
- Timestamp:
- 07/11/14 16:21:11 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-plugin-uml-test/src/test/java/de/ugoe/cs/autoquest/plugin/uml/UMLUtilsTest.java
r1606 r1608 25 25 import java.util.Map; 26 26 27 import org.apache.commons.math3.analysis.function.Rint; 27 28 import org.eclipse.emf.common.util.URI; 28 29 import org.eclipse.emf.ecore.EPackage; … … 69 70 } 70 71 71 @Test 72 @Test(expected=java.lang.RuntimeException.class) 72 73 public void createUMLTransitionSequence_1() throws Exception { 73 74 // parse log file
Note: See TracChangeset
for help on using the changeset viewer.