Re: [DISCUSS] Switch from JUnit to TestNG for failsafe integration testing.

2016-12-15 Thread sblackmon
This is just about wrapped up - the last PR to merge is https://github.com/apache/incubator-streams-examples/pull/23 Also relevant to release prep is https://github.com/apache/incubator-streams/pull/342 With those merged all unit and integration tests should be passing. I’d like to merge

[DISCUSS] Switch from JUnit to TestNG for failsafe integration testing.

2016-11-26 Thread sblackmon
  Hello, I propose that we bind failsafe plugin to TestNG rather than JUnit project-wide. The reason is simple - TestNG supports placing tests into groups and declaring dependencies that determine which order all tests in the module run in - and JUnit does not. Consider the following