BAEL-3871: Corrected name of test to include "UnitTest"
This commit is contained in:
parent
c176219a62
commit
eb09207569
|
@ -12,7 +12,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
|
||||||
|
|
||||||
@RunWith(SpringRunner.class)
|
@RunWith(SpringRunner.class)
|
||||||
@WebMvcTest(FooMappingExamplesController.class)
|
@WebMvcTest(FooMappingExamplesController.class)
|
||||||
public class FooMappingExamplesControllerTest {
|
public class FooMappingExamplesControllerUnitTest {
|
||||||
|
|
||||||
@Autowired
|
@Autowired
|
||||||
private MockMvc mvc;
|
private MockMvc mvc;
|
||||||
|
|
Loading…
Reference in New Issue