A B C D G H I O S U W 
All Classes All Packages

A

afterAll(ExtensionContext) - Method in class org.sdase.commons.server.testing.SystemPropertyClassExtension
 
assertThat(Path) - Static method in class org.sdase.commons.server.testing.GoldenFileAssertions
Creates a new instance of GoldenFileAssertions that asserts the content as text.

B

beforeAll(ExtensionContext) - Method in class org.sdase.commons.server.testing.SystemPropertyClassExtension
 
build() - Method in interface org.sdase.commons.server.testing.builder.ConfigurationBuilders.CustomizationBuilder
 
build() - Method in class org.sdase.commons.server.testing.DropwizardConfigurationHelper
 

C

CiUtil - Class in org.sdase.commons.server.testing
 
CiUtil() - Constructor for class org.sdase.commons.server.testing.CiUtil
 
client(ObjectMapper) - Static method in class org.sdase.commons.server.testing.DropwizardLegacyHelper
Provides legacy Jersey Client that was changed when updating from Dropwizard 2.1.0 to 2.1.1.
configFrom(Supplier<C1>) - Static method in class org.sdase.commons.server.testing.DropwizardConfigurationHelper
 
ConfigurationBuilders - Interface in org.sdase.commons.server.testing.builder
 
ConfigurationBuilders.CustomizationBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.testing.builder
 
ConfigurationBuilders.PortBuilder<C extends io.dropwizard.Configuration> - Interface in org.sdase.commons.server.testing.builder
 

D

DropwizardConfigurationHelper<C extends io.dropwizard.Configuration> - Class in org.sdase.commons.server.testing
A helper that creates a Configuration programmatically.
DropwizardLegacyHelper - Class in org.sdase.commons.server.testing
 

G

GoldenFileAssertions - Class in org.sdase.commons.server.testing
Special assertions for Path objects to check if a file matches the expected contents and updates them if needed.

H

hasContentAndUpdateGolden(String) - Method in class org.sdase.commons.server.testing.GoldenFileAssertions
Verifies that the text content of the actual Path is exactly equal to the given one.
hasYamlContentAndUpdateGolden(String) - Method in class org.sdase.commons.server.testing.GoldenFileAssertions
Verifies that the text content of the actual Path equals the semantic of the given YAML content.

I

isRunningInCiPipeline() - Method in class org.sdase.commons.server.testing.CiUtil
 

O

org.sdase.commons.server.testing - package org.sdase.commons.server.testing
 
org.sdase.commons.server.testing.builder - package org.sdase.commons.server.testing.builder
 

S

setProperty(String, String) - Method in class org.sdase.commons.server.testing.SystemPropertyClassExtension
Set a property to a value for the test.
setProperty(String, Supplier<String>) - Method in class org.sdase.commons.server.testing.SystemPropertyClassExtension
Set a property to a computed value for the test.
SystemPropertyClassExtension - Class in org.sdase.commons.server.testing
JUnit 5 extension for setting system properties for (integration) tests.
SystemPropertyClassExtension() - Constructor for class org.sdase.commons.server.testing.SystemPropertyClassExtension
 

U

unsetProperty(String) - Method in class org.sdase.commons.server.testing.SystemPropertyClassExtension
Unset a property for the test.

W

withConfigurationModifier(Consumer<C>) - Method in interface org.sdase.commons.server.testing.builder.ConfigurationBuilders.CustomizationBuilder
Allows to customize the configuration programmatically.
withConfigurationModifier(Consumer<C>) - Method in class org.sdase.commons.server.testing.DropwizardConfigurationHelper
 
withPorts(int, int) - Method in interface org.sdase.commons.server.testing.builder.ConfigurationBuilders.PortBuilder
Sets the given ports as fixed ports.
withPorts(int, int) - Method in class org.sdase.commons.server.testing.DropwizardConfigurationHelper
 
withRandomPorts() - Method in interface org.sdase.commons.server.testing.builder.ConfigurationBuilders.PortBuilder
Configures random application port and the admin port.
withRandomPorts() - Method in class org.sdase.commons.server.testing.DropwizardConfigurationHelper
 
withRootPath(String) - Method in interface org.sdase.commons.server.testing.builder.ConfigurationBuilders.CustomizationBuilder
Sets the jersey root path, referenced in the config.yaml as
withRootPath(String) - Method in class org.sdase.commons.server.testing.DropwizardConfigurationHelper
 
A B C D G H I O S U W 
All Classes All Packages