Package randoop.test
Class ValueSizePredicate
- java.lang.Object
-
- randoop.test.ValueSizePredicate
-
- All Implemented Interfaces:
Predicate<ExecutableSequence>
public class ValueSizePredicate extends Object implements Predicate<ExecutableSequence>
Returns true if the sequence returns a value that is NOT too large value.
-
-
Constructor Summary
Constructors Constructor Description ValueSizePredicate()
Creates a ValueSizePredicate.
-
-
-
Method Detail
-
test
public boolean test(ExecutableSequence eseq)
- Specified by:
test
in interfacePredicate<ExecutableSequence>
-
-