|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
MakeItEasy.a(Instantiator<T> instantiator,
PropertyValue<? super T,?>... propertyProviders)
|
|
static
|
MakeItEasy.an(Instantiator<T> instantiator,
PropertyValue<? super T,?>... propertyProviders)
|
|
static
|
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
|
TreeMaker.Tree()
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||