Class | Description |
---|---|
AbstractSeqGenerator |
Just a parent class for all sequence-generators-classes.
|
MethodG |
To generate a sequence containing a single call to a method.
|
ObjectUnderTestG |
Providing generators to create a sequence containing a single step that creates
the object under test.
|
PairG |
To create a sequence consisting of calls to two methods.
|
SegmentG |
For generating segments, we provide three sorts:
(1) the standard one consists of method calls and field updates
(2) segments of calls to mutators and field updates
(3) segments of calls to non-mutators
Each sort has grey, no_asmviol, and no_exc variants.
|
SuiteG | |
T3SeqG |
T3's standard generators for generating full test sequences.
|
T3SuiteG |
Provide a bunch of T3's standard generators for test-suites.
|