faranak-cs / spring-rest-app

REST app in Spring
0 stars 0 forks source link

Investigate testing frameworks #22

Closed faranak-cs closed 2 months ago

faranak-cs commented 3 months ago

Research about the Java testing frameworks used for unit testing and integration testing. Specifically for controller class.

faranak-cs commented 3 months ago
faranak-cs commented 3 months ago

MockMvc is a good way to execute unit tests. TestRestTemplate is a good way to execute integration tests.