- testDetectConfigurationCanonicalClassName() - Method in class org.apache.streams.config.test.ComponentConfiguratorTest
-
Test that ComponentConfiguration.detectConfiguration() picks up properties defined
on the class canonical name.
- testDetectConfigurationClassHierarchy() - Method in class org.apache.streams.config.test.ComponentConfiguratorTest
-
Test that ComponentConfiguration.detectConfiguration() picks up properties defined
from multiple levels of class ancestry in the right order.
- testDetectConfigurationCompoundPath() - Method in class org.apache.streams.config.test.ComponentConfiguratorTest
-
Test that ComponentConfiguration.detectConfiguration() picks up properties defined
on a package parent path.
- testDetectConfigurationConfig() - Method in class org.apache.streams.config.test.ComponentConfiguratorTest
-
Test that the values detected match what we get rendering the typesafe config with
jackson directly.
- testDetectConfigurationConfigString() - Method in class org.apache.streams.config.test.ComponentConfiguratorTest
-
Test that the values detected from ComponentConfiguration.detectConfiguration(Config,String) match what
we get rendering a sub-object of the typesafe config with jackson directly.
- testDetectConfigurationPackageHierarchy() - Method in class org.apache.streams.config.test.ComponentConfiguratorTest
-
Test that ComponentConfiguration.detectConfiguration() picks up properties defined
from multiple levels of package hierarchy in the right order.
- testDetectConfigurationSimpleClassName() - Method in class org.apache.streams.config.test.ComponentConfiguratorTest
-
Test that ComponentConfiguration.detectConfiguration() picks up properties defined
on the class simple name with no path.
- testDetectConfigurationString() - Method in class org.apache.streams.config.test.ComponentConfiguratorTest
-
Test that the values detected from ComponentConfiguration.detectConfiguration(Config) match what
we get rendering a sub-object of the typesafe config with jackson directly.
- testDetectCustomStreamsConfiguration() - Method in class org.apache.streams.config.test.StreamsConfiguratorTest
-
Test that a class which uses a configuration class with StreamsConfiguration
as an ancestor can use a typed StreamsConfigurator and detectCustomConfiguration
to populate its fields using ComponentConfigurators automatically.
- testDetectCustomStreamsConfigurationProvideConfig() - Method in class org.apache.streams.config.test.StreamsConfiguratorTest
-
Test that a class which uses a configuration class with StreamsConfiguration
as an ancestor can use a typed StreamsConfigurator and detectCustomConfiguration
to populate its fields using ComponentConfigurators automatically, using a
a custom Configuration.
- testDetectCustomStreamsConfigurationProvideConfigAndPath() - Method in class org.apache.streams.config.test.StreamsConfiguratorTest
-
Test that a class which uses a configuration class with StreamsConfiguration
as an ancestor can use a typed StreamsConfigurator and detectCustomConfiguration
to populate its fields using ComponentConfigurators automatically, sourced using a
a custom Configuration and a child path.
- testDetectCustomStreamsConfigurationProvidePath() - Method in class org.apache.streams.config.test.StreamsConfiguratorTest
-
Test that a class which uses a configuration class with StreamsConfiguration
as an ancestor can use a typed StreamsConfigurator and detectCustomConfiguration
to populate its fields using ComponentConfigurators automatically, sourced using
a provided child path.
- testDetectTestDefaults() - Method in class org.apache.streams.config.test.ComponentConfiguratorTest
-
Test that basic component properties are resolved from the root of the typesafe
configuration when calling detectConfiguration.
- testOverride() - Method in class org.apache.streams.config.test.StreamsConfiguratorTest
-
Test that basic stream properties can be overridden by adding a partial config at the
appropriate path.
- testReference() - Method in class org.apache.streams.config.test.StreamsConfiguratorTest
-
Test that basic stream properties are resolved from reference.conf
- testResolve() - Method in class org.apache.streams.config.test.StreamsConfiguratorTest
-
Test that custom config file includes and internal references work as expected.