Package io.debezium.server
Class TestConfigSource
java.lang.Object
io.debezium.server.TestConfigSource
- All Implemented Interfaces:
org.eclipse.microprofile.config.spi.ConfigSource
public class TestConfigSource
extends Object
implements org.eclipse.microprofile.config.spi.ConfigSource
A config source used during tests. Amended/overridden by values exposed from test lifecycle listeners.
-
Field Summary
FieldsFields inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
CONFIG_ORDINAL, DEFAULT_ORDINAL -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.eclipse.microprofile.config.spi.ConfigSource
getOrdinal
-
Field Details
-
OFFSETS_FILE
- See Also:
-
OFFSET_STORE_PATH
-
TEST_FILE_PATH
-
integrationTest
-
kinesisTest
-
pubsubTest
-
unitTest
-
config
-
-
Constructor Details
-
TestConfigSource
public TestConfigSource()
-
-
Method Details
-
isItTest
public static boolean isItTest() -
getProperties
- Specified by:
getPropertiesin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getValue
- Specified by:
getValuein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getName
- Specified by:
getNamein interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
getPropertyNames
- Specified by:
getPropertyNamesin interfaceorg.eclipse.microprofile.config.spi.ConfigSource
-
waitForSeconds
public static int waitForSeconds()
-