- Timestamp:
- 04/12/16 15:18:54 (9 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
r2027 r2071 400 400 { 401 401 int numberOfTestCases = Integer.parseInt(properties.getProperty("testcases.number")); 402 int testCaseMinLength = Integer.parseInt(properties.getProperty("testcases.minlen th", "1"));402 int testCaseMinLength = Integer.parseInt(properties.getProperty("testcases.minlength", "1")); 403 403 long maxIterValidSequence = Long.parseLong(properties.getProperty("testcases.maxIterValid", "100")); 404 404 int testCaseMaxLength =
Note: See TracChangeset
for help on using the changeset viewer.