Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 456 Bytes

README.MD

File metadata and controls

18 lines (16 loc) · 456 Bytes

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