JML

org.jmlspecs.jmlunit.strategies
Interface StrategyType

All Known Subinterfaces:
BooleanStrategyType, ByteStrategyType, CharStrategyType, DoubleStrategyType, FloatStrategyType, IntStrategyType, LongStrategyType, ShortStrategyType
All Known Implementing Classes:
AbstractExtensibleStrategyDecorator, AbstractFilteringStrategyDecorator, BooleanAbstractStrategy, ByteAbstractStrategy, CachedObjectAbstractStrategy, CharAbstractStrategy, CompositeStrategy, DoubleAbstractStrategy, FloatAbstractStrategy, IntAbstractStrategy, LongAbstractStrategy, NewObjectAbstractExtensibleStrategyDecorator, NewObjectAbstractExtensibleStrategyDecorator.NewObjectAbstractExtensibleStrategyDecorator$1, NewObjectAbstractStrategy, NonNullStrategyDecoratorTest.NonNullStrategyDecoratorTest$1, ObjectStrategy.ObjectStrategy$1, ShortAbstractStrategy

public interface StrategyType

Strategies for providing test data. These simply consist of a method iterator(), which can be called to return a new IndefiniteIterator object.

Author:
Gary T. Leavens

Class Specifications

Specifications inherited from class Object
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT;
public represents _getClass <- \typeof(this);

Method Summary
 IndefiniteIterator iterator()
          Compute a fresh indefinite iterator, which can be used to provide test data of some reference type.
 

Method Detail

iterator

public IndefiniteIterator iterator()
Compute a fresh indefinite iterator, which can be used to provide test data of some reference type. The indefinite iterator returned should be freshly created. Usually it should not be at its end. However, in rare cases it might make sense to have an empty iterator be computed (e.g., by filtering).

Specifications: non_null
assignable objectState;
ensures \fresh(\result );
ensures_redundantly \result != null;

JML

JML is Copyright (C) 1998-2002 by Iowa State University and is distributed under the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. This release depends on code from the MultiJava project and is based in part on the Kopi project Copyright (C) 1990-99 DMS Decision Management Systems Ges.m.b.H.