Package ch.rswk.meta.test
Interface Fixture
public interface Fixture
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final record
static class
static final record
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final com.fasterxml.jackson.databind.JsonNode
static final String
static final String
static final String
static final MetaType
static final MetaType
static final MetaType
static final com.fasterxml.jackson.databind.JsonNode
static final String
static final com.fasterxml.jackson.databind.JsonNode
static final String
static final com.fasterxml.jackson.databind.JsonNode
static final String
static final com.fasterxml.jackson.databind.JsonNode
static final com.fasterxml.jackson.databind.JsonNode
static final com.fasterxml.jackson.databind.JsonNode
-
Method Summary
Static MethodsModifier and TypeMethodDescriptionstatic EngineLauncher.EngineConfig
static EngineLauncher.EngineConfig
newTestEngineConfig
(@Nullable DatabaseService.DatabaseServiceDataSourceConfig dataSourceConfig, @Nullable HttpService.HttpServiceConfig httpConfig, WatchdogService.WatchdogServiceConfig watchdogConfig) static EngineRuntime
static com.fasterxml.jackson.databind.JsonNode
toJsonNode
(String json)
-
Field Details
-
ALLOW_SCHEMA
static final com.fasterxml.jackson.databind.JsonNode ALLOW_SCHEMA -
TEST_CHANNEL
- See Also:
-
TEST_GRANTS
-
TEST_IMAGE_BASE64
- See Also:
-
TEST_IMAGE_DATA_URL
- See Also:
-
TEST_OBJECT_VALUE_JSON
-
TEST_OBJECT_VALUE
static final com.fasterxml.jackson.databind.JsonNode TEST_OBJECT_VALUE -
TEST_OBJECT_DATETIME_VALUE_JSON
- See Also:
-
TEST_OBJECT_DATETIME_VALUE
static final com.fasterxml.jackson.databind.JsonNode TEST_OBJECT_DATETIME_VALUE -
TEST_OBJECT_SORTABLE_VALUE_JSON
-
TEST_OBJECT_SORTABLE_VALUE
static final com.fasterxml.jackson.databind.JsonNode TEST_OBJECT_SORTABLE_VALUE -
TEST_SCHEMA
static final com.fasterxml.jackson.databind.JsonNode TEST_SCHEMA -
TEST_META_TYPE
-
TEST_SCHEMA_DATETIME
static final com.fasterxml.jackson.databind.JsonNode TEST_SCHEMA_DATETIME -
TEST_META_TYPE_DATETIME
-
TEST_SCHEMA_SORTABLE
static final com.fasterxml.jackson.databind.JsonNode TEST_SCHEMA_SORTABLE -
TEST_META_TYPE_SORTABLE
-
-
Method Details
-
newTestGrants
-
toJsonNode
-
newTestEngineConfig
-
newTestEngineConfig
static EngineLauncher.EngineConfig newTestEngineConfig(@Nullable DatabaseService.DatabaseServiceDataSourceConfig dataSourceConfig, @Nullable HttpService.HttpServiceConfig httpConfig, WatchdogService.WatchdogServiceConfig watchdogConfig) -
newTestRuntime
-