Rename the test in boot-autoconfiguration

This commit is contained in:
Andrey Shcherbakov 2019-02-02 11:01:02 +01:00
parent 1c556fe4fc
commit ee34c027c0

View File

@ -11,7 +11,7 @@ import com.baeldung.autoconfiguration.MySQLAutoconfiguration;
@RunWith(SpringJUnit4ClassRunner.class) @RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration(classes = MySQLAutoconfiguration.class) @ContextConfiguration(classes = MySQLAutoconfiguration.class)
@WebAppConfiguration @WebAppConfiguration
public class SpringContextIntegrationTest { public class SpringContextLiveTest {
@Test @Test
public void whenSpringContextIsBootstrapped_thenNoExceptions() { public void whenSpringContextIsBootstrapped_thenNoExceptions() {