Uses of Class
com.natpryce.makeiteasy.Maker

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

Uses of Maker in com.natpryce.makeiteasy
 

Methods in com.natpryce.makeiteasy that return Maker
static
<T> Maker<T>
MakeItEasy.a(Instantiator<T> instantiator, PropertyValue<? super T,?>... propertyProviders)
           
static
<T> Maker<T>
MakeItEasy.an(Instantiator<T> instantiator, PropertyValue<? super T,?>... propertyProviders)
           
 Maker<T> Maker.but(PropertyValue<? super T,?>... propertyValues)
          Returns a new Maker for the same type of object and with the same initial state except where overridden by the given propertyValues.
 

Methods in com.natpryce.makeiteasy with parameters of type Maker
static
<T> T
MakeItEasy.make(Maker<T> maker)
           
 



Copyright © 2010. All Rights Reserved.