build-test-data icon indicating copy to clipboard operation
build-test-data copied to clipboard

Implement property resolver strategy

Open longwa opened this issue 7 years ago • 0 comments

Current default properties are either generated based on handler rules or supplied by TestDataConfig.

As part of the refactor for 3.3, the groundwork is in place to allow for pluggable property resolvers to allow for more flexibility.

TestDataConfig would just be one of several property resolvers.

Another resolver could use the Faker library to generate more realistic fake data.

One design goal would be to instantiate a single resolver context so that resolvers could carry state to more efficiently create sequential data, unique data, etc.

longwa avatar May 08 '18 01:05 longwa