Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 458 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 458 Bytes

This project is made to learn and test JUnit 5 and Mockito with SpringBoot

junit5-testing-springboot

Also uses

Hamcrest, JsonPath, JsonAssert

Tools used to compile this project was

Apache Maven 3.8.3

java version "1.8.0_144"

Anotomy of the Tests


    The @Test annotation which indicates that is a Test.
    The name of the function which indicates [Unit_WhatWeAreTesting_ExpectedBehavior].
    The body of the test.