|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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
|
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 . |
|
static
|
Properties.extractProperty(String propertyName,
Class<T> propertyType)
Creates a new . |
|
|
Properties.ofType(Class<U> propertyType)
Specifies the target type of an instance that was previously created with extractProperty(String). |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||