Uses of Interface
org.instancio.feed.FeedSpecAnnotations
Packages that use FeedSpecAnnotations
-
Uses of FeedSpecAnnotations in org.instancio.feed
Subinterfaces of FeedSpecAnnotations in org.instancio.feedModifier and TypeInterfaceDescriptioninterfaceThis interface provides support for using data from external sources (such as CSV or JSON files) and enables the following use cases: Generating values using methods defined by a feed. Populating values via thegenerate()method. Mapping feed data to an object usingapplyFeed(). Using a feed instance as a parameterized test argument.