Introducing Java 8 features to interested and enlightened people in TDD approach.
This exercise is using Gradle, and of course Intellij IDE is highly recommended.
./gradlew tasks #To see a list of available tasks
./gradlew build #To assembles and tests this project.
./gradlew test #To run unit tests
./gradlew -Dtest.single=<CLASS NAME> test #To run single unit testI have keep this simple. The packages are covering the areas we will be learning in this workshop.
Have fun!