Chandra Guntur

Results 4 issues of Chandra Guntur

Fix the DateTimeKataDisplayNames to drop the "verify" from the JUnit output. Fix the none.cvg.datetime.DateTimeKataDisplayNames#generateDisplayNameForMethod() to render text from substring after 'verify'. See similar example at: none.cvg.handles.HandlesKataDisplayNames#generateDisplayNameForMethod in **java-handles**.

good first issue

Experiment with using GitHub Actions to build for the Quality Outreach: https://wiki.openjdk.java.net/display/quality/Quality+Outreach

Code already exists under the java-closures-kata repo, need to extract and convert to the kata format.

enhancement

Code that relies on JUnit5, currently resides in the production directories at src/main/java. This causes the maven dependency to be in production scope and not test scope. Move such code...

enhancement