ADWrobo / custom-recipe-sharing-platform

The final group project for SEIS739
0 stars 0 forks source link

PROJECT SETUP: Identify and implement appropriate testing framework #9

Closed ADWrobo closed 4 months ago

ADWrobo commented 4 months ago

We will need to explore and identify what testing framework we want to use, and then implement it within the project. This is not for writing the tests just yet.

ADWrobo commented 4 months ago

https://docs.spring.io/spring-framework/reference/testing.html - Spring Boot docs on testing. https://www.baeldung.com/spring-boot-testing - A solid tutorial for using Spring Boot testing framework + JUnit 4