Gehan-Mendis / spring-boot-testing

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spring Boot Testing ** Batteries Included πŸ”‹πŸ”‹

In this tutorial you will learn what you get out of the box when it comes to testing your Spring Boot applications. When you create a new Spring Boot application at start.spring.io the spring-boot-starter-test dependency is added to your project for you. We also generate a test for you with a single method called contextLoads().

It is important to know what libraries are included so that when you see tests you can identify what is happening.

Test Scope Dependencies

YouTube Video

About


Languages

Language:Java 100.0%