groovykoans
groovykoans copied to clipboard
A collection of small exercises in the form of unit tests, designed to get Java developers up to speed on Groovy
Hi, I'm having problems running this with Intellij. It seems the libraries may need to be updated or I need better instructions on how to get this project running. I...
1. Changes to build.gradle to make it compatible with gradle 7 2. Disabling task 'cleanIdeaWorkspace' in gradle/idea.gradle
Hi Link http://naleid.com/blog/2009/04/07/groovy-161-released-with-new-find-and-findall-regexp-methods-on-string/ doesn't work. Test description needs to be changed
- Gradle script changed to support current Gradle version (4.9) and JUnit 5 engine. - Output to console added (useful when GUI is not installed). - Task **dependencyUpdates** added to...
[koan 08 test 2](https://github.com/nadavc/groovykoans/blob/master/src/test/groovy/org/groovykoans/koan08/Koan08.groovy#L51) No ------ EDIT HERE ----- comments, unsure really what to do here. Also, getting undefined class Person/Cartoon -- is this test about package/other file inclusion, or...
Hi, I have modified comments to add capturing groups number. Why do you use the smx option ? I have tried with x and it works like a charms Thanks...
I don't consider myself a Groovy expert but not a novice either and I found quite a tricky behauvior that may need some extra clarification in test05. I wrote the...