Uses of Class
org.assertj.core.groups.Properties
-
Packages that use Properties Package Description 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 Modifier and Type Method Description static 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>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 Properties Modifier and Type Method Description static 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>Properties. ofType(Class<U> propertyType)Specifies the target type of an instance that was previously created withextractProperty(String).
-