All Classes
-
All Classes Interface Summary Class Summary Enum Summary Class Description ArrayIterator<T> ArrayIterator
implements a simple array-based iterator.BeqThenElseGenerator BeqThenElseGenerator
is a test data generator for BEQ instructions.BeqzThenElseGenerator BeqzThenElseGenerator
is a test data generator for BEQZ instructions.BgeThenElseGenerator BgeThenElseGenerator
is a test data generator for BGE instructions.BgeuThenElseGenerator BgeuThenElseGenerator
is a test data generator for BGEU instructions.BgezThenElseGenerator BgezThenElseGenerator
is a test data generator for BGEZ instructions.BgtThenElseGenerator BgtThenElseGenerator
is a test data generator for BGT instructions.BgtuThenElseGenerator BgtuThenElseGenerator
is a test data generator for BGTU instructions.BgtzThenElseGenerator BgtzThenElseGenerator
is a test data generator for BGTZ instructions.BleThenElseGenerator BleThenElseGenerator
is a test data generator for BLE instructions.BleuThenElseGenerator BleuThenElseGenerator
is a test data generator for BLEU instructions.BlezThenElseGenerator BlezThenElseGenerator
is a test data generator for BLEZ instructions.BltThenElseGenerator BltThenElseGenerator
is a test data generator for BLT instructions.BltuThenElseGenerator BltuThenElseGenerator
is a test data generator for BLTU instructions.BltzThenElseGenerator BltzThenElseGenerator
is a test data generator for BLTZ instructions.BneThenElseGenerator BneThenElseGenerator
is a test data generator for BNE instructions.BnezThenElseGenerator BnezThenElseGenerator
is a test data generator for BNEZ instructions.BooleanIterator BoundedIterator<T> BoundedIterator
a generic bounded iterator interface.CollectionIterator<T> CollectionIterator
implements a collection iterator.DataGenerator TheDataGenerator
interface is to be supported by all data generators.DataGeneratorBase TheDataGeneratorBase
class provides a basic implementation of a data generator.DataGeneratorQuery DataGeneratorRegistry DataGeneratorVariable TheDataGeneratorVariable
class describes a variable passed to a data generator in a query.EmptyIterator<T> TheEmptyIterator
class implements an iterator over an empty collection.FilteringIterator<T> FilteringIterator
implements an iterator filter based on a cache of values.FilteringIterator.Type This enumeration contains equality checking types.FpAddExceptionGenerator FpAddExceptionGenerator
implements a random generator targeted at the exceptions in the floating-point addition operation.FpDivHardToDRoundIterator FpDivHardToDRoundIterator
implements an iterator of hard-to-round test cases for the division operation operating in the directed round modes (toward zero, toward plus infinity, and toward minus infinity).FpDivHardToNRoundIterator FpDivHardToNRoundIterator
implements an iterator of hard-to-round test cases for the division operation operating in the round-to-nearest mode.FpDivHardToRoundIterator FpDivHardToRoundIterator
implements an iterator of hard-to-round test cases for the division operation.FpException FpException
contains the IEEE 754 floating-point exceptions.FpExceptionGenerator FpExceptionGenerator
is a base interface for random generators targeted at the floating-point exceptions.FpFormat FpFormat
represents a floating-point number format.FpMulHardToDRoundIterator FpMulHardToDRoundIterator
implements an iterator of hard-to-round test cases for the multiplication operation operating in the directed round modes (toward zero, toward plus infinity, and toward minus infinity).FpMulHardToRoundIterator FpMulHardToRoundIterator
implements an iterator of hard-to-round test cases for the multiplication operation.FpNumber FpNumber
represents a floating point number with an arbitrary precision (less or equal to double).FpSqrtHardToDRoundIterator FpSqrtHardToDRoundIterator
in addition toFpSqrtHardToDRoundInternalIterator
performs filtration of values (removes duplicates).FpSqrtHardToNRoundIterator FpSqrtHardToNRoundIterator
in addition toFpSqrtHardToNRoundInternalIterator
performs filtration of values (removes duplicates).FpSqrtHardToRoundIterator FpSqrtHardToRoundIterator
implements an iterator of hard-to-round test cases for the square root operation.FpSubExceptionGenerator FpSubExceptionGenerator
implements a random generator targeted at the exceptions in the floating-point subtraction operation.Generator<T,E extends java.lang.Enum<?>> Generator
is a basic interface for test data generators.GeneratorResult<T> GeneratorResult
represents a result of test data generation for some operation.IfThenElse IfThenElseGenerator IfThenElseGenerator
is a base class for branch instructions' test data generators.IntAddExceptionGenerator IntAddExceptionGenerator
implements a random generator targeted at the integer addition exceptions.IntException IntException
enumeration contains the integer-arithmetic exceptions.IntExceptionGenerator IntExceptionGenerator
is a base interface for random generators targeted at the integer arithmetic exceptions.IntFormat IntFormat
represents an integer number format.IntNumber IntNumber
implements an integer number of a given length (less than or equal to 64).IntRangeIterator IntRangeIterator
implements an integer number iterator over given range.IntSpecialValueIterator IntSpecialValueIterator
implements a special value iterator for integer types.IntSubExceptionGenerator IntSubExceptionGenerator
implements a random generator targeted at the integer subtraction exceptions.Iterator<T> Iterator
is a generic iterator interface.LongRangeIterator LongRangeIterator
implements an iterator over given range.ProductIterator<T> ProductIterator
implements a product iterator, a composite iterator that generates all possible combinations of items produced by simpler iterators.RandomValueIterator<T> RandomValueIterator
implements a single-value iterator.RawDataConverter SequenceIterator<T> SequenceIterator
implements a sequence iterator, a composite iterator that concatenates sequences produced by simpler iterators.SingleValueIterator<T> SingleValueIterator
implements a single-value iterator.TestBase TestBase TestBaseContext TheTestBaseContext
class contains constants that specify attributes of the query context.TestBaseQuery TestBaseQueryBuilder TestBaseQueryResult TestBaseQueryResult.Status TestBaseRegistry TestBaseUtils TestBaseUtils
provides utility methods for solving general-purpose tasks related to TestBase.TestData Utils