ocadotechnology / test-arranger

Arranges test data as fully populated objects
Apache License 2.0
23 stars 2 forks source link

Extend support for creating values for fields of abstract type #24

Open mjureczko opened 2 years ago

mjureczko commented 2 years ago

If a field is abstract, e.g. of type java.lang.Number and there are concrete types extending it, test-arranger could create an instance of one of the child types and us it as field value.