public final class GeneratorResult<T>
extends java.lang.Object
GeneratorResult
represents a result of test data generation for some operation.Modifier and Type | Field and Description |
---|---|
T[] |
operands
Operation operands.
|
boolean |
status
Generation status.
|
Constructor and Description |
---|
GeneratorResult(boolean status,
T[] operands)
Constructs a generation result.
|
public boolean status
public T[] operands
public GeneratorResult(boolean status, T[] operands)
status
- the generation status.operands
- the operation operands.public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public GeneratorResult<T> clone()
clone
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object