Unit tests to learn Java 8
Clone the repository and execute:
mvn test
Clone the repository and import the project called "java-8-koans". Please note to get the full experience you need to have the Eclipse Maven Tooling installed.
To enable the ansi colors like in the screenshot above you need to add the -Denable.ansi=true
property when launching your test suite. To get these nice ansi colors within Eclipse you can install the nice ansi-econsole.
All code in this repository is published under terms of the Apache 2.0 Software License.