Skip to content

lidkowiak/warsjawa-java8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Exercises to Java 8 workshop

Exercises

All exercises are in src/main/java/pl/touk/warsjawa/java8 directory. Every exercise is contained in separate directory (ex01, ex02 etc.). Every folder has description.txt with the contents of exercise. Some have also hint.txt files, but I encourage you not to use it. Be ambitious!

Run tests

To run all test type in command line:

gradle clean test

To run single exercise test type (for MovieServiceTest from ex01 package):

gradle -Dtest.single=ex01/MovieServiceTest test

About

Exercises to Java 8 workshop

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.8%
  • Groovy 0.2%