/ParallelTest

Parallel Streams and functional programming

Primary LanguageJava

Parallel Streams and Functional programming

Build Status

info

This is a small example for testing parallel stream and functional programming

The example itself could be run using:

$ mvnw test -P slowTests

To just run the normal unit test:

$ mvnw test

or

$ mvnw test -P fastTests