|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jmlspecs.jmlunit.strategies.LongAbstractStrategy
org.jmlspecs.jmlunit.strategies.LongExtensibleStrategyDecorator
A decorator for strategies (which provide test data of type type long) that allows for easy extension to the test data of the underlying strategy.
This type provides an extension mechanism that is easier to use than a composite. To extend the test data, make a subclass that overrides the addData() method; this method provides the additional data for testing.
| Field Summary | |
private LongStrategyType |
addedData
The added data, returned after the default data in the iterations. |
private LongStrategyType |
defaultData
The default data, returned first in the iterations. |
| Constructor Summary | |
LongExtensibleStrategyDecorator(LongStrategyType strat)
|
|
| Method Summary | |
protected long[] |
addData()
Subclasses can override this to make simple extensions to the data used. |
LongIterator |
longIterator()
Compute a fresh LongIterator, which can be used to provide test data of type long. |
| Methods inherited from class org.jmlspecs.jmlunit.strategies.LongAbstractStrategy |
iterator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private LongStrategyType defaultData
private LongStrategyType addedData
| Constructor Detail |
public LongExtensibleStrategyDecorator(LongStrategyType strat)
| Method Detail |
public LongIterator longIterator()
LongStrategyType
protected long[] addData()
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||