Uses of Class
org.assertj.core.groups.Properties

Packages that use Properties
org.assertj.core.api   
org.assertj.core.groups   
 

Uses of Properties in org.assertj.core.api
 

Methods in org.assertj.core.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 AssertJ 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 AssertJ features (but you can use Properties if you prefer).
 

Uses of Properties in org.assertj.core.groups
 

Methods in org.assertj.core.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.
<U> Properties<U>
Properties.ofType(Class<U> propertyType)
          Specifies the target type of an instance that was previously created with extractProperty(String).
 



Copyright © 2013–2015 AssertJ. All rights reserved.