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