Skip to content

fviejobueno/tdd-fizz-buzz

Repository files navigation

What’s new in Java 11 Build Status


Book Cover

Source code for book "What’s New in Java 11?", A Quick Start Reference to the Long Term Support Release, published by Benjamin Muschko for O’Reilly Media Inc.

Demonstrates some of the new features and library changes in Java 11 in a test-driven approach with JUnit 5. All test cases live in src/test/java. The main source code under src/main/java contains examples that demonstrate the use of open source libraries as a replacement for the removed Java EE modules.


Building the code

The repository contains build scripts for Maven and Gradle. For building the project the checked-in Wrappers should be used.

Maven

./mvnw test

Gradle

./gradlew test

About

FizzBuzz TDD Problem

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages