Skip to content

jasonxia/java-8-tdd-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java 8 & TDD Workshop

Introducing Java 8 features to interested and enlightened people in TDD approach.

Running and compiling

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 test

Completing the exercises

I have keep this simple. The packages are covering the areas we will be learning in this workshop.

Have fun!

Reference reading

Java SE 8 for the Really Impatient

About

Java 8 & TDD Workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages