Skip to content
Snippets Groups Projects
Commit 2b7e5fe8 authored by Andrej Šimurka's avatar Andrej Šimurka
Browse files

Renamed tests classes

parent 6f10e702
No related branches found
No related tags found
2 merge requests!60Docker,!5119 car tests
Pipeline #
......@@ -26,7 +26,7 @@ import java.util.List;
@AutoConfigureMockMvc
@WebMvcTest(CarComponentPairController.class)
@ExtendWith(MockitoExtension.class)
public class CarComponentPairControllerUnitTest {
public class CarComponentPairControllerTest {
@Autowired
private MockMvc mockMvc;
......
......@@ -29,7 +29,7 @@ import java.util.List;
@AutoConfigureMockMvc
@WebMvcTest(CarController.class)
@ExtendWith(MockitoExtension.class)
public class CarControllerUnitTest {
public class CarControllerTest {
@Autowired
private MockMvc mockMvc;
......
......@@ -21,7 +21,7 @@ import java.util.ArrayList;
import java.util.List;
@WebMvcTest(CarDriverPairController.class)
public class CarDriverPairControllerUnitTest {
public class CarDriverPairControllerTest {
@Autowired
private MockMvc mockMvc;
......
......@@ -12,7 +12,7 @@ import org.springframework.test.web.servlet.MockMvc;
@SpringBootTest
@AutoConfigureMockMvc
public class CarComponentPairServiceIntegrationTests {
public class CarComponentPairServiceTests {
@Autowired
private MockMvc mockMvc;
......
......@@ -12,7 +12,7 @@ import org.springframework.test.web.servlet.MockMvc;
@SpringBootTest
@AutoConfigureMockMvc
public class CarDriverPairServiceIntegrationTests {
public class CarDriverPairServiceTests {
@Autowired
private MockMvc mockMvc;
......
......@@ -12,7 +12,7 @@ import org.springframework.test.web.servlet.MockMvc;
@SpringBootTest
@AutoConfigureMockMvc
public class CarServiceIntegrationTests {
public class CarServiceTests {
@Autowired
private MockMvc mockMvc;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment