Re: Test for JUnit version?

2017-07-06 Thread Stefan Bodewig
On 2017-07-06, Roger Whitcomb wrote: > Hi all, > I just realized I have written some JUnit tests that rely on > "assertNotEquals" that has just appeared "recently" in JUnit (as in, 4.11 and > 4.12, but not 4.10). I'm testing for the presence of JUnit in the classpath > in my "b

Test for JUnit version?

2017-07-06 Thread Roger Whitcomb
Hi all, I just realized I have written some JUnit tests that rely on "assertNotEquals" that has just appeared "recently" in JUnit (as in, 4.11 and 4.12, but not 4.10). I'm testing for the presence of JUnit in the classpath in my "build.xml", but is there a way to test for the sp

Test for JUnit version?

2017-07-06 Thread Roger Whitcomb
Hi all, I just realized I have written some JUnit tests that rely on "assertNotEquals" that has just appeared "recently" in JUnit (as in, 4.11 and 4.12, but not 4.10). I'm testing for the presence of JUnit in the classpath in my "build.xml", but is there a way to test for the sp