Uses of Class
com.natpryce.makeiteasy.PropertyValue

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
<T,V,W extends V>
PropertyValue<T,V>
MakeItEasy.with(Donor<W> valueDonor, Property<T,V> property)
           
static
<T,V,W extends V>
PropertyValue<T,V>
MakeItEasy.with(Property<T,V> property, Donor<W> valueDonor)
           
static
<T,V,W extends V>
PropertyValue<T,V>
MakeItEasy.with(Property<T,V> property, W value)
           
static
<T,V,W extends V>
PropertyValue<T,V>
MakeItEasy.with(W value, Property<T,V> property)
           
 

Methods in com.natpryce.makeiteasy with parameters of type PropertyValue
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.
static
<T> Donor<T>
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.
 



Copyright © 2010. All Rights Reserved.