java-tutorials/mockito2
Felipe Reis 351af60bce refactor: Use 'of' instead of Stream 'builder'
Simplify the construction of a Stream by using the 'of()' method instead
of a 'builder'

Resolves: BAEL-632
2017-03-02 18:16:06 -03:00
..
src refactor: Use 'of' instead of Stream 'builder' 2017-03-02 18:16:06 -03:00
.gitignore feat: Create new module 'mockito2' 2017-03-01 19:27:23 -03:00
README.md feat: Create new module 'mockito2' 2017-03-01 19:27:23 -03:00
pom.xml feat: Create new module 'mockito2' 2017-03-01 19:27:23 -03:00

README.md

=========

Mockito 2 and Java 8 Tips

Examples on how to leverage Java 8 new features with Mockito version 2