tcProperties property

Map<String, String> tcProperties
final

Properties loaded from ~/.testcontainers.properties.

Mutable so tests can inject properties without touching the filesystem.

Implementation

final Map<String, String> tcProperties;