JUnit 5 test suites not running again

2022-07-08 Thread David Karr
I had gotten help here with our JUnit 5 transition, and I thought I had it all working, but now I see that I'm back to the state where our JUnit 5 test suites are being ignored. >From what I understood, I had to ensure that "junit-platform-runner" was excluded as a dependency. What I have seems t

Re: JUnit 5 test suites not running again

2022-07-08 Thread Karl Heinz Marbaise
Hi, On 08.07.22 16:18, David Karr wrote: I had gotten help here with our JUnit 5 transition, and I thought I had it all working, but now I see that I'm back to the state where our JUnit 5 test suites are being ignored. From what I understood, I had to ensure that "junit-platform-runner" was e

Re: JUnit 5 test suites not running again

2022-07-08 Thread David Karr
Inline. On Fri, Jul 8, 2022 at 8:17 AM Karl Heinz Marbaise wrote: > Hi, > > On 08.07.22 16:18, David Karr wrote: > > I had gotten help here with our JUnit 5 transition, and I thought I had > it > > all working, but now I see that I'm back to the state where our JUnit 5 > > test suites are being

Re: JUnit 5 test suites not running again

2022-07-08 Thread Karl Heinz Marbaise
On 08.07.22 18:09, David Karr wrote: Inline. On Fri, Jul 8, 2022 at 8:17 AM Karl Heinz Marbaise mailto:khmarba...@gmx.de>> wrote: Hi, On 08.07.22 16:18, David Karr wrote: > I had gotten help here with our JUnit 5 transition, and I thought I had it > all working, but now I

RE: JUnit 5 test suites not running again

2022-07-08 Thread KARR, DAVID
Inline. > -Original Message- > From: Karl Heinz Marbaise > Sent: Friday, July 8, 2022 9:21 AM > To: David Karr ; i...@soebes.de > Cc: Maven Users List > Subject: Re: JUnit 5 test suites not running again > > On 08.07.22 18:09, David Karr wrote: > > Inlin

RE: JUnit 5 test suites not running again

2022-07-09 Thread KARR, DAVID
itely mean the junit-vintage-engine" will have to be included. > -Original Message- > From: KARR, DAVID > Sent: Friday, July 8, 2022 4:59 PM > To: Maven Users List ; i...@soebes.de; David > Karr > Subject: RE: JUnit 5 test suites not running again > > Inline.