|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyValue | |
|---|---|
| com.natpryce.makeiteasy | A tiny framework to make it easy to write Test Data Builders in Java. |
| Uses of PropertyValue in com.natpryce.makeiteasy |
|---|
| Methods in com.natpryce.makeiteasy that return PropertyValue | ||
|---|---|---|
static
|
MakeItEasy.with(Donor<W> valueDonor,
Property<T,V> property)
|
|
static
|
MakeItEasy.with(Property<T,V> property,
Donor<W> valueDonor)
|
|
static
|
MakeItEasy.with(Property<T,V> property,
W value)
|
|
static
|
MakeItEasy.with(W value,
Property<T,V> property)
|
|
| Methods in com.natpryce.makeiteasy with parameters of type PropertyValue | ||
|---|---|---|
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. |
|
static
|
MakeItEasy.theSame(Instantiator<T> instantiator,
PropertyValue<? super T,?>... propertyProviders)
|
|
| Constructors in com.natpryce.makeiteasy with parameters of type PropertyValue | |
|---|---|
Maker(Instantiator<T> instantiator,
PropertyValue<? super T,?>... propertyValues)
Creates a Maker for objects of a given type with a given initial state. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||