Xceptance / neodymium-library

A test automation library based on common other best practice open source libraries. It adds missing functionalities but does not reinvent the wheel. Just glues stuff together nicely and adds some sprinkles.
MIT License
80 stars 11 forks source link

Instantiate test data object via an annotation #90 #184

Closed oomelianchuk closed 1 year ago

oomelianchuk commented 3 years ago

Please review the changes and if you agree with the implementation I will add tests for this.

The changes are meant to fulfill this ticket. I also added an option to select the JSON field from which the object data will be retreived

wurzelkuchen commented 1 year ago

@oomelianchuk Can you add some JavaDoc where it's useful?

oomelianchuk commented 1 year ago

Sure @wurzelkuchen! Javadoc for the @DataItem annotation is added.