Yes, what you're saying sounds right; I've seen a variety of things
about new testrunner while searching.
After I sent the original, which was about converting an ant project
from jUnit4 to jUnit5, I created a new project from scratch, on file.
Then asked for a test.
It created a jUnit 5 tes
Maybe you need to change the testrunner in the Ant task. AFAIN JUnit 5
uses a new TestRunner.
On 5/11/22 14:27, Ernie Rael wrote:
Hi all,
Feels like I'm in deep with this one.
Using NB-13, I have an old *ant* based project. I was using
junit-4.13/JUnitParams-1.1.1. I needed to build a parame
Hi all,
Feels like I'm in deep with this one.
Using NB-13, I have an old *ant* based project. I was using
junit-4.13/JUnitParams-1.1.1. I needed to build a parameterized test,
and decided to upgrade to junit-5. The junit-4 tests have been working fine.
Added the junit-5.6 library (comes bund