Package | Description |
---|---|
org.assertj.core.api | |
org.assertj.core.groups |
Modifier and Type | Method | Description |
---|---|---|
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). |
static Properties<Object> |
AssertionsForClassTypes.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> |
AssertionsForClassTypes.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). |
static Properties<Object> |
Java6Assertions.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> |
Java6Assertions.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). |
default Properties<Object> |
WithAssertions.extractProperty(String propertyName) |
Delegate call to
Assertions.extractProperty(String) |
default <T> Properties<T> |
WithAssertions.extractProperty(String propertyName,
Class<T> propertyType) |
Delegate call to
Assertions.extractProperty(String,Class) |
Modifier and Type | Method | 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 © 2014–2019. All rights reserved.