Merge pull request #10594 from kwoyke/JAVA-4529

JAVA-4529: Rename some unit tests to integration tests
This commit is contained in:
Loredana Crusoveanu
2021-03-29 14:59:58 +03:00
committed by GitHub
10 changed files with 10 additions and 10 deletions
@@ -24,7 +24,7 @@ import lombok.extern.slf4j.Slf4j;
@RunWith(SpringRunner.class)
@SpringBootTest(classes = {SpringBootJdbiApplication.class, JdbiConfiguration.class})
@Slf4j
public class SpringBootJdbiApplicationUnitTest {
public class SpringBootJdbiApplicationIntegrationTest {
@Autowired
@@ -20,7 +20,7 @@ import org.springframework.test.web.servlet.result.MockMvcResultMatchers;
@RunWith(SpringRunner.class)
@SpringBootTest
@AutoConfigureMockMvc
public class CustomerControllerUnitTest {
public class CustomerControllerIntegrationTest {
private static MediaType MEDIA_TYPE_JSON;