marinanekrassova / smartsafe

1 stars 0 forks source link

Setup JUnit + Mockito + AssertJ #9

Open marinanekrassova opened 7 years ago

marinanekrassova commented 7 years ago

As a Smartsafe developer, I want to use JUnit, Mockito and AssertJ libraries in my unit and service tests.

Acceptance criteria:

marinanekrassova commented 7 years ago

All these libraries are provided within Spring Boot core, no additional configuration is needed.

marinanekrassova commented 7 years ago

A new example of unit test, which uses JUnit + AssertJ, is already committed (UserServiceTest). Please see also previously committed UserServiceSTest as an example of service test.