|
|
|
@ -20,7 +20,7 @@ import org.junit.Test;
|
|
|
|
|
import org.junit.runner.RunWith;
|
|
|
|
|
|
|
|
|
|
import org.springframework.beans.factory.annotation.Autowired;
|
|
|
|
|
import org.springframework.boot.SpringBootConfiguration;
|
|
|
|
|
import org.springframework.boot.test.context.TestConfiguration;
|
|
|
|
|
import org.springframework.context.ApplicationContext;
|
|
|
|
|
import org.springframework.test.context.junit4.SpringRunner;
|
|
|
|
|
|
|
|
|
@ -44,7 +44,7 @@ public class AutoConfigureTestDatabaseWithNoDatabaseIntegrationTests {
|
|
|
|
|
assertThat(this.context).isNotNull();
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@SpringBootConfiguration
|
|
|
|
|
@TestConfiguration
|
|
|
|
|
static class Config {
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|