Package | Description |
---|---|
org.fest.assertions.api | |
org.fest.assertions.groups |
Modifier and Type | Method and Description |
---|---|
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). |
Modifier and Type | Method and Description |
---|---|
static Properties<Object> |
Properties.extractProperty(String propertyName)
Creates a new
. |
static <T> Properties<T> |
Properties.extractProperty(String propertyName,
Class<T> propertyType)
Creates a new
. |
<U> Properties<U> |
Properties.ofType(Class<U> propertyType)
Specifies the target type of an instance that was previously created with
extractProperty(String) . |
Copyright © 2007–2016. All rights reserved.