org.jmlspecs.jmlunit.strategies
Class ImmutableObjectExtensibleStrategyDecorator
java.lang.Object
org.jmlspecs.jmlunit.strategies.AbstractExtensibleStrategyDecorator
org.jmlspecs.jmlunit.strategies.ImmutableObjectExtensibleStrategyDecorator
- All Implemented Interfaces:
- StrategyType
- public class ImmutableObjectExtensibleStrategyDecorator
- extends AbstractExtensibleStrategyDecorator
A decorator for immutable object strategies that allows for easy
extension with immutable test data.
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.
- Author:
- Gary T. Leavens
Specifications inherited from class Object |
represents objectState <- org.jmlspecs.lang.JMLDataGroup.IT;
public represents _getClass <- \typeof(this); |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ImmutableObjectExtensibleStrategyDecorator
public ImmutableObjectExtensibleStrategyDecorator(StrategyType strat)
- Specifications:
-
public normal_behavior
requires strat != null;
assignable defaultData, addedData, objectState;
ensures this.defaultData == strat;
addedDataStrategy
protected StrategyType addedDataStrategy(final Object[] added)
- Specifications inherited from overridden method addedDataStrategy(Object[] added) in class AbstractExtensibleStrategyDecorator:
-
protected normal_behavior
requires added != null;
assignable addedData, objectState;
ensures \result != null;
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.