Uses of Class
org.fest.assertions.groups.Properties

Packages that use Properties
org.fest.assertions.api   
org.fest.assertions.groups   
 

Uses of Properties in org.fest.assertions.api
 

Methods in org.fest.assertions.api that return Properties
static Properties<Object> Assertions.extractProperty(String propertyName)
          Only delegate to extractProperty(String) so that Assertions offers a full feature entry point to all Fest Assert features (but you can use Properties if you prefer).
static
<T> Properties<T>
Assertions.extractProperty(String propertyName, Class<T> propertyType)
          Only delegate to extractProperty(String) so that Assertions offers a full feature entry point to all Fest Assert features (but you can use Properties if you prefer).
 

Uses of Properties in org.fest.assertions.groups
 

Methods in org.fest.assertions.groups that return Properties
static Properties<Object> Properties.extractProperty(String propertyName)
          Creates a new Properties with given propertyName and Object as property type.
static
<T> Properties<T>
Properties.extractProperty(String propertyName, Class<T> propertyType)
          Creates a new Properties.
 



Copyright © 2007-2012 FEST (Fixtures for Easy Software Testing). All Rights Reserved.