Unleash / unleash-client-java

Unleash client SDK for Java
https://docs.getunleash.io
Apache License 2.0
117 stars 69 forks source link

Evaluate Testframework #7

Closed ivarconr closed 9 years ago

ivarconr commented 9 years ago

JUnit is old and boring. Unit testing can be more fun with modern framework such as Spock.

I vote for switching to Spock.

What is your favorite test framework in java?

sveinelo commented 9 years ago

JUnit + mockito is sufficent IMHO, but I might just be sceptic to a framwrok I haven't used myself. I both want and, probably at some point, need to learn it.

+1, for motivation and learning new things

stigkj commented 9 years ago

+1

Spock really advocates a good way of writing tests in addition to being extremely low on noise. In short, it makes test code beautiful.

ivarconr commented 9 years ago

I close this as the client should remain simple and the we would probably not need for fancy testing frameworks beyond JUnit.