Closes gh-5685
This commit is contained in:
Johnny Lim
2016-04-14 11:04:52 +09:00
committed by Stephane Nicoll
parent 5424c5668b
commit 90d897eb9d
11 changed files with 12 additions and 12 deletions

View File

@@ -37,7 +37,7 @@ import static org.mockito.Mockito.mock;
*
* @author Phillip Webb
*/
public class TypeExcludeFiltersTestContextCustomizerFactoryTests {
public class TypeExcludeFiltersContextCustomizerFactoryTests {
private TypeExcludeFiltersContextCustomizerFactory factory = new TypeExcludeFiltersContextCustomizerFactory();

View File

@@ -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;

View File

@@ -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
*/