Changeset 2218 for trunk/autoquest-core-testgeneration/src/main/java/de
- Timestamp:
- 11/29/17 14:55:48 (7 years ago)
- Location:
- trunk/autoquest-core-testgeneration/src/main/java/de/ugoe/cs/autoquest/testgeneration
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/autoquest-core-testgeneration/src/main/java/de/ugoe/cs/autoquest/testgeneration/DrawFromAllSequencesGenerator.java
r927 r2218 81 81 * Constructor. Creates a new DrawFromAllSequencesGenerator and ensures the validity of the 82 82 * parameters: 83 * </p> 83 84 * <ul> 84 85 * <li>numSequences must at least be 1 … … 86 87 * <li>minLength must be less than or equal to maxLength 87 88 * </ul> 89 * <p> 88 90 * If one of these conditions is violated an {@link IllegalArgumentException} is thrown. 89 91 * </p> -
trunk/autoquest-core-testgeneration/src/main/java/de/ugoe/cs/autoquest/testgeneration/HybridGenerator.java
r927 r2218 70 70 * <p> 71 71 * Constructor. Creates a new HybridGenerator and ensures the validity of the parameters: 72 * </p> 72 73 * <ul> 73 74 * <li>numSequences must at least be 1 74 75 * <li>length must be at least 1 75 76 * </ul> 77 * <p> 76 78 * If one of these conditions is violated an {@link IllegalArgumentException} is thrown. 77 79 * </p> -
trunk/autoquest-core-testgeneration/src/main/java/de/ugoe/cs/autoquest/testgeneration/RandomWalkGenerator.java
r2026 r2218 90 90 * <p> 91 91 * Constructor. Creates a new RandomWalkGenerator and ensures the validity of the parameters: 92 * </p> 92 93 * <ul> 93 94 * <li>numSequences must at least be 1 … … 96 97 * <li>maxIter must be greater than or equal to numSequences 97 98 * </ul> 99 * <p> 98 100 * If one of these conditions is violated an {@link IllegalArgumentException} is thrown. 99 101 * </p>
Note: See TracChangeset
for help on using the changeset viewer.