commercetools / commercetools-jvm-sdk

The e-commerce SDK from commercetools running on the Java virtual machine.
https://commercetools.github.io/commercetools-jvm-sdk/apidocs/index.html
Other
62 stars 40 forks source link

Provide public testing lib #1261

Open lauraluiz opened 7 years ago

lauraluiz commented 7 years ago

Currently the testing lib is not being published in maven because it's too JVM SDK-oriented. Let's provide some generic testing lib, maybe including some generic Fixtures too, and release it as another official tool.

katmatt commented 7 years ago

I really like the idea and I think that we can generate some useful test fixtures with our annotation processor.

katmatt commented 7 years ago

AssertJ provides an assertions generator (http://joel-costigliola.github.io/assertj/assertj-assertions-generator.html) which looks interesting. We should evaluate it and see if it works for our code. May be we can even create a separate issue for it?