Uses of Package
com.natpryce.makeiteasy

Packages that use com.natpryce.makeiteasy
com.natpryce.makeiteasy A tiny framework to make it easy to write Test Data Builders in Java. 
com.natpryce.makeiteasy.sequence   
example.donors   
example.fruit.makeiteasy   
 

Classes in com.natpryce.makeiteasy used by com.natpryce.makeiteasy
Donor
          Provides a value or values to other things.
Instantiator
          Instantiates an object, with an initial state specified by some given property values or defaults defined by the implementer of this interface.
Maker
          Makes objects of a given type with a specified initial state.
Property
          An opaque "handle" that represents a property of of some type of object.
PropertyLookup
          Looks up property values.
PropertyValue
          The value of a property.
 

Classes in com.natpryce.makeiteasy used by com.natpryce.makeiteasy.sequence
Donor
          Provides a value or values to other things.
 

Classes in com.natpryce.makeiteasy used by example.donors
Instantiator
          Instantiates an object, with an initial state specified by some given property values or defaults defined by the implementer of this interface.
Property
          An opaque "handle" that represents a property of of some type of object.
 

Classes in com.natpryce.makeiteasy used by example.fruit.makeiteasy
Instantiator
          Instantiates an object, with an initial state specified by some given property values or defaults defined by the implementer of this interface.
Property
          An opaque "handle" that represents a property of of some type of object.
 



Copyright © 2010. All Rights Reserved.