java-katas
                                
                                
                                
                                    java-katas copied to clipboard
                            
                            
                            
                        One repo to rule them all. All Java Katas in one repo. #AllTestsGreenWithJDK16 #BuildsCleanWithJava15
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**.
Hello. I create this PR to fix the displaying name in java-datetime Test . I hope that you'll approve my fixs 😁 . **Issue**: [Fix display name inconsistencies in java-datetime...
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...