Rename the test in boot-autoconfiguration
This commit is contained in:
parent
1c556fe4fc
commit
ee34c027c0
@ -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() {
|
Loading…
x
Reference in New Issue
Block a user