Spring Boot test slices

@WebMvcTest with MockMvc, @DataJpaTest, @SpringBootTest with a random port, and keeping the context cache warm.

Outlined · not written yet🧪 Testing Java Services

This lesson is outlined, not yet written

It is part of the curriculum so you can see what is coming. Here is what it will cover.

  1. Slices
  2. MockMvc
  3. @DataJpaTest
  4. Context caching
  5. Test configuration