Re: [statistics] Upgrade to JUnit 5

2019-06-15 Thread Alex Herbert
> On 13 Jun 2019, at 18:15, Alex Herbert wrote: > > [numbers] is currently upgrading to JUnit 5. This has progressed quite > efficiently with a few branch merge issues. > > I suggest an upgrade of [statistics] before it expands in scope. > > It has no @RunWith(value = Parameterized.class) req

[statistics] Upgrade to JUnit 5

2019-06-13 Thread Alex Herbert
[numbers] is currently upgrading to JUnit 5. This has progressed quite efficiently with a few branch merge issues. I suggest an upgrade of [statistics] before it expands in scope. It has no @RunWith(value = Parameterized.class) requirements and so should be a straight forward conversion. Ale

[statistics] Upgrade to JUnit 5

2019-05-30 Thread Alex Herbert
This project is using Java 8 and so can upgrade to JUnit 5. The code base is small and the change should be relatively simple. It will allow the new work from GSoC students to be built using the latest JUnit features. Alex ---