[PROPOSAL REDUX] Component Name: Apache Commons Testing
A multi-module project focused on providing code for testing applications using various testing frameworks with an initial focus on JUnit 4. Modules: commons-testing: no dependencies, contains code like to list all non-daemon threads after a test run (to see there is no resource leak) can be used independent of the Unit Test Framework (as proposed by Oliver Heger.) commons-testing-junit4: Depends on JUnit 4.12 only and provides code based on JUnit 4 like JUnit "Rule"s. SCM: Git. Cut a 1.0-alpha1 from the above. Gary On Fri, Nov 3, 2017 at 5:11 PM, Gary Gregory <garydgreg...@gmail.com> wrote: > Hi All, > > I'd propose we start a new component called "Apache Commons JUnit". > > The goal would be to gather useful and reusable code like JUnit rules. > > This component would be focused on JUnit 4.x only. > > For example: org.apache.commons.collections4.junit. > SetDefaultLocaleTestRule > > I have other rules stashed here and there as well, for example a Set > Default Charset Rule. > > Thoughts? > > Gary > >