Chandra Guntur
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**.
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.
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...