@ExtendWith(value={FactCastExtension.class,RedisExtension.class})
public class AbstractFactCastIntegrationTest
extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static org.testcontainers.containers.Network |
_docker_network |
protected static org.testcontainers.containers.GenericContainer |
_factcast |
protected static org.testcontainers.containers.PostgreSQLContainer |
_postgres |
protected static org.testcontainers.containers.GenericContainer |
_redis |
| Constructor and Description |
|---|
AbstractFactCastIntegrationTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
startContainers() |
protected static final org.testcontainers.containers.Network _docker_network
protected static final org.testcontainers.containers.PostgreSQLContainer _postgres
protected static final org.testcontainers.containers.GenericContainer _factcast
protected static final org.testcontainers.containers.GenericContainer _redis
@BeforeAll
public static void startContainers()
throws InterruptedException
InterruptedExceptionCopyright © 2018–2021 factcast. All rights reserved.