Hey there guys,

What do you think about unit testing?

To me, creating an Injector in a Test is not a unit test perse, and I use
to rely on maven-failsafe-plugin and use the suffix IT (Integration Test)
instead. Also, they use to be more slow than a simple test with just mocks.

For those who don't know, this is the default behavior with
maven-failsafe-plugin. The IT test run when executing mvn verify, instead
of  regular mvn test

What do you think about it? I'd love to know ;D

Cheers,
jordi

Reply via email to