|
|
|
|
@ -24,6 +24,7 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
@@ -24,6 +24,7 @@ import org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration;
|
|
|
|
|
import org.springframework.boot.autoconfigure.jdbc.JdbcConnectionDetails; |
|
|
|
|
import org.springframework.boot.test.context.SpringBootTest; |
|
|
|
|
import org.springframework.boot.testcontainers.context.ImportTestcontainers; |
|
|
|
|
import org.springframework.boot.testsupport.testcontainers.DisabledIfDockerUnavailable; |
|
|
|
|
import org.springframework.context.annotation.Bean; |
|
|
|
|
import org.springframework.context.annotation.Configuration; |
|
|
|
|
import org.springframework.context.weaving.LoadTimeWeaverAware; |
|
|
|
|
@ -32,6 +33,7 @@ import org.springframework.instrument.classloading.LoadTimeWeaver;
@@ -32,6 +33,7 @@ import org.springframework.instrument.classloading.LoadTimeWeaver;
|
|
|
|
|
import static org.assertj.core.api.Assertions.assertThat; |
|
|
|
|
|
|
|
|
|
@SpringBootTest |
|
|
|
|
@DisabledIfDockerUnavailable |
|
|
|
|
@ImportTestcontainers(LoadTimeWeaverAwareConsumerContainers.class) |
|
|
|
|
public class LoadTimeWeaverAwareConsumerImportTestcontainersTests implements LoadTimeWeaverAwareConsumerContainers { |
|
|
|
|
|
|
|
|
|
|