Re: [VOTE] Switch to JUnit 4 as testing framework

2018-02-11 Thread Christofer Dutz
Hi All, so the vote passes with 3 +1 and 1 +0 vote. I'll now merge my feature branch back to master. Chris Am 09.02.18, 00:13 schrieb "Justin Mclean" : Hi, Given the issues we’re currently seeing with Junit5 I’m +1 on this. But that doesn’t mean we

Re: [VOTE] Switch to JUnit 4 as testing framework

2018-02-08 Thread Justin Mclean
Hi, Given the issues we’re currently seeing with Junit5 I’m +1 on this. But that doesn’t mean we can’t revisit in the future once it’s kinks are worked out. Thanks, Justin

Re: [VOTE] Switch to JUnit 4 as testing framework

2018-02-08 Thread Greg Trasuk
+0 > On Feb 8, 2018, at 4:15 AM, Christofer Dutz wrote: > > Hi all, > > As mentioned in another thread on this list. We have noticed that Junit5 is > causing more trouble than it is helping us. > > > * Eclipse integration is problematic so we have to add main

Re: [VOTE] Switch to JUnit 4 as testing framework

2018-02-08 Thread Christofer Dutz
+1 Am 08.02.18, 10:15 schrieb "Christofer Dutz" : Hi all, As mentioned in another thread on this list. We have noticed that Junit5 is causing more trouble than it is helping us. * Eclipse integration is problematic so we have to add

[VOTE] Switch to JUnit 4 as testing framework

2018-02-08 Thread Christofer Dutz
Hi all, As mentioned in another thread on this list. We have noticed that Junit5 is causing more trouble than it is helping us. * Eclipse integration is problematic so we have to add main methods to be able to run them in the IDE * Maven build seems to be problematic as updating