Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 461 Bytes

README.md

File metadata and controls

23 lines (14 loc) · 461 Bytes

Personnel_Records

OOP.The Basics.Hometask.

Realization a pattern Factory Method. Realization a pattern Singleton (Lazy Instantiation). Realization Dependency injection by Guice.

Starting and running tests:

1.Clone this repository in the destination directory:

git clone https://github.com/artaleks9/Personnel_Records_Pattern.git

2.Go to created directory.

3.Run JUnit test:

mvn clean mvn test