Changeset 2027 for trunk/autoquest-plugin-uml-test/src/test/java/de
- Timestamp:
- 07/23/15 13:47:03 (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
r2021 r2027 401 401 int numberOfTestCases = Integer.parseInt(properties.getProperty("testcases.number")); 402 402 int testCaseMinLength = Integer.parseInt(properties.getProperty("testcases.minlenth", "1")); 403 long maxIterValidSequence = Long.parseLong(properties.getProperty("testcases.maxIterValid", "100")); 403 404 int testCaseMaxLength = 404 405 Integer.parseInt(properties.getProperty("testcases.maxlength", "100")); … … 406 407 RandomWalkGenerator testGenerator = 407 408 new RandomWalkGenerator(numberOfTestCases, testCaseMinLength, testCaseMaxLength, true, 408 maxIter );409 maxIter, maxIterValidSequence); 409 410 return SOAPUtils.dropInvalidResponseRequestPairs(testGenerator.generateTestSuite(usageProfile)); 410 411 }
Note: See TracChangeset
for help on using the changeset viewer.