Polish
Closes gh-5685
This commit is contained in:
committed by
Stephane Nicoll
parent
5424c5668b
commit
90d897eb9d
@@ -37,7 +37,7 @@ import static org.mockito.Mockito.mock;
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
public class TypeExcludeFiltersTestContextCustomizerFactoryTests {
|
||||
public class TypeExcludeFiltersContextCustomizerFactoryTests {
|
||||
|
||||
private TypeExcludeFiltersContextCustomizerFactory factory = new TypeExcludeFiltersContextCustomizerFactory();
|
||||
|
||||
@@ -40,7 +40,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
|
||||
@RunWith(SpringRunner.class)
|
||||
@SpringBootTest
|
||||
@AutoConfigureMockMvc(alwaysPrint = false)
|
||||
public class MockMvcSpringApplicationTestIntegrationTests {
|
||||
public class MockMvcSpringBootTestIntegrationTests {
|
||||
|
||||
@MockBean
|
||||
private ExampleMockableService service;
|
||||
@@ -28,7 +28,7 @@ import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.
|
||||
import static org.springframework.test.web.servlet.result.MockMvcResultMatchers.status;
|
||||
|
||||
/**
|
||||
* Tests for {@link WebMvcTest} when no explicit controller is defined.
|
||||
* Tests for {@link WebMvcTest} when a specific controller is defined.
|
||||
*
|
||||
* @author Phillip Webb
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user