Uses of Class
org.fest.assertions.groups.Properties
Packages that use Properties
-
Uses of Properties in org.fest.assertions.api
Methods in org.fest.assertions.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 Fest Assert 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 Fest Assert features (but you can usePropertiesif you prefer). -
Uses of Properties in org.fest.assertions.groups
Methods in org.fest.assertions.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).