Uses of Interface
com.natpryce.makeiteasy.Instantiator

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

Uses of Instantiator in com.natpryce.makeiteasy
 

Methods in com.natpryce.makeiteasy with parameters of type Instantiator
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)
           
static
<T> Donor<T>
MakeItEasy.theSame(Instantiator<T> instantiator, PropertyValue<? super T,?>... propertyProviders)
           
 

Constructors in com.natpryce.makeiteasy with parameters of type Instantiator
Maker(Instantiator<T> instantiator, PropertyValue<? super T,?>... propertyValues)
          Creates a Maker for objects of a given type with a given initial state.
 

Uses of Instantiator in example.donors
 

Fields in example.donors declared as Instantiator
static Instantiator<DonorExample.NamedThing> DonorExample.NamedThing
           
 

Uses of Instantiator in example.fruit.makeiteasy
 

Fields in example.fruit.makeiteasy declared as Instantiator
static Instantiator<Apple> FruitMakers.Apple
           
static Instantiator<AppleCart> AppleCartMaker.AppleCart
           
static Instantiator<Tree<Apple>> TreeMaker.AppleTree
           
static Instantiator<Banana> FruitMakers.Banana
           
static Instantiator<Tree<Banana>> TreeMaker.BananaTree
           
static Instantiator<FruitBowl> FruitBowlMaker.FruitBowl
           
 

Methods in example.fruit.makeiteasy that return Instantiator
static
<F extends Fruit>
Instantiator<Tree<F>>
TreeMaker.Tree()
           
 



Copyright © 2010. All Rights Reserved.