Skip to content

This repository contains Java 8 practical exercises

Notifications You must be signed in to change notification settings

vbrenister/java8-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java 8 practice

How to run the project

In cmd run following:

mvnw.cmd clean install

In bash run following:

./mvnw clean install

Conditions

  • Initially all tests will fail.
  • Analyze UserService java doc and methods definitions.
  • Analyze tests (prepared data, actual action (method call) and expected result).
  • Do not change data model and tests.
  • Implement all methods from UserServiceImpl using Java 8 features (lambda, StreamAPI, etc).
  • Run project as described here. All tests should pass.

About

This repository contains Java 8 practical exercises

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages