Hi, I’d like to update Commons Lang to use JUnit 5. Existing tests will still run on the JUnit 5 vintage engine and we can migrate tests step by step to JUnit 5 style.
One nice feature I’d like to use are nested tests. With these we could for example create a nested test class for each method of say StringUtils in the StringUtilsTest. This way we can group together all the tests for a single StringUtils method. Any objections? Regards, Benedikt --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org