Skip to content

Razzendah/junit5-testing-springboot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages