Uses of Interface
com.natpryce.makeiteasy.PropertyLookup

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

Uses of PropertyLookup in com.natpryce.makeiteasy
 

Classes in com.natpryce.makeiteasy that implement PropertyLookup
 class Maker<T>
          Makes objects of a given type with a specified initial state.
 

Methods in com.natpryce.makeiteasy with parameters of type PropertyLookup
 T Instantiator.instantiate(PropertyLookup<T> lookup)
          Instantiates a new object.
 



Copyright © 2010. All Rights Reserved.