Class ThirdPartyUnderTest
java.lang.Object
org.nuxeo.common.test.configuration.ThirdPartyUnderTest
Helper class to retrieve current ongoing test configuration regarding Third Party services.
- Since:
- 2025.0
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ThirdPartyUnderTest.SystemProperty
static final String
static final ThirdPartyUnderTest.SystemProperty
static final String
static final ThirdPartyUnderTest.SystemProperty
static final String
static final ThirdPartyUnderTest.SystemProperty
static final String
static final String
static final String
static final ThirdPartyUnderTest.SystemProperty
static final String
static final ThirdPartyUnderTest.SystemProperty
static final String
static final String
static final ThirdPartyUnderTest.SystemProperty
static final String
static final String
static final String
static final String
static final String
static final ThirdPartyUnderTest.SystemProperty
static final String
static final String
static final ThirdPartyUnderTest.SystemProperty
static final String
static final ThirdPartyUnderTest.SystemProperty
static final String
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
computeSystemProperty
(String key, String defaultValue) static String
computeSystemProperty
(ThirdPartyUnderTest.SystemProperty property, ThirdPartyUnderTest.SystemProperty... dependencies)
-
Field Details
-
STORAGE_MEM
- See Also:
-
STORAGE_MONGODB
- See Also:
-
STORAGE_OPENSEARCH_1
- See Also:
-
STORAGE_REPOSITORY
- See Also:
-
STORAGE_SQL
- See Also:
-
STORAGE_SQL_DB_H2
- See Also:
-
STORAGE_SQL_DB_POSTGRESQL
- See Also:
-
STREAM_KAFKA
- See Also:
-
STREAM_MEM
- See Also:
-
AUDIT_SERVICE_PROPERTY
-
CORE_SERVICE_PROPERTY
-
DIRECTORY_SERVICE_PROPERTY
-
SEARCH_SERVICE_PROPERTY
-
STREAM_SERVICE_PROPERTY
-
CORE_SERVICE_VALUE
-
AUDIT_SERVICE_VALUE
-
DIRECTORY_SERVICE_VALUE
-
SEARCH_SERVICE_VALUE
-
STREAM_SERVICE_VALUE
-
STORAGE_MONGODB_SERVER_PROPERTY
-
STORAGE_MONGODB_DBNAME_PROPERTY
-
STORAGE_OPENSEARCH_1_SERVERS_PROPERTY
-
STORAGE_SQL_DB_PROPERTY
-
STREAM_KAFKA_SERVERS_PROPERTY
-
STORAGE_MONGODB_SERVER_VALUE
-
STORAGE_MONGODB_DBNAME_VALUE
-
STORAGE_OPENSEARCH_1_SERVERS_VALUE
-
STORAGE_SQL_DB_VALUE
-
-
Method Details
-
computeSystemProperty
-
computeSystemProperty
public static String computeSystemProperty(ThirdPartyUnderTest.SystemProperty property, ThirdPartyUnderTest.SystemProperty... dependencies)
-