Uses of Class
org.assertj.core.groups.Properties
Packages that use Properties
-
Uses of Properties in org.assertj.core.api
Methods in org.assertj.core.api that return PropertiesModifier and TypeMethodDescriptionstatic Properties<Object> Assertions.extractProperty(String propertyName) Only delegate toextractProperty(String)so that Assertions offers a full feature entry point to all AssertJ features (but you can usePropertiesif you prefer).static <T> Properties<T> Assertions.extractProperty(String propertyName, Class<T> propertyType) Only delegate toextractProperty(String)so that Assertions offers a full feature entry point to all AssertJ features (but you can usePropertiesif you prefer).static Properties<Object> AssertionsForClassTypes.extractProperty(String propertyName) Only delegate toextractProperty(String)so that Assertions offers a full feature entry point to all AssertJ features (but you can usePropertiesif you prefer).static <T> Properties<T> AssertionsForClassTypes.extractProperty(String propertyName, Class<T> propertyType) Only delegate toextractProperty(String)so that Assertions offers a full feature entry point to all AssertJ features (but you can usePropertiesif you prefer).static Properties<Object> BDDAssertions.extractProperty(String propertyName) Only delegate toextractProperty(String)so that Assertions offers a full feature entry point to all AssertJ features (but you can usePropertiesif you prefer).static <T> Properties<T> BDDAssertions.extractProperty(String propertyName, Class<T> propertyType) Only delegate toextractProperty(String)so that Assertions offers a full feature entry point to all AssertJ features (but you can usePropertiesif you prefer).static Properties<Object> Java6Assertions.extractProperty(String propertyName) Deprecated.Only delegate toextractProperty(String)so that Assertions offers a full feature entry point to all AssertJ features (but you can usePropertiesif you prefer).static <T> Properties<T> Java6Assertions.extractProperty(String propertyName, Class<T> propertyType) Deprecated.Only delegate toextractProperty(String)so that Assertions offers a full feature entry point to all AssertJ features (but you can usePropertiesif you prefer).default Properties<Object> WithAssertions.extractProperty(String propertyName) Only delegate toextractProperty(String)so that Assertions offers a full feature entry point to all AssertJ features (but you can usePropertiesif you prefer).default <T> Properties<T> WithAssertions.extractProperty(String propertyName, Class<T> propertyType) Only delegate toextractProperty(String)so that Assertions offers a full feature entry point to all AssertJ features (but you can usePropertiesif you prefer). -
Uses of Properties in org.assertj.core.groups
Methods in org.assertj.core.groups that return PropertiesModifier and TypeMethodDescriptionstatic Properties<Object> Properties.extractProperty(String propertyName) Creates a new.Propertieswith 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> Specifies the target type of an instance that was previously created withextractProperty(String).