java.lang.Object
de.cuioss.test.generator.internal.net.java.quickcheck.characteristic.AbstractCharacteristic<T>
Type Parameters:
T - Type of generated random test instances.
All Implemented Interfaces:
Characteristic<T>

public abstract class AbstractCharacteristic<T> extends Object implements Characteristic<T>
AbstractCharacteristic is an implementation of Characteristic with Classification handling. The methods classify(Object) and classify(boolean, Object) can be used to classify test data.