This project has retired. For details please refer to its Attic page.
Index (streams-config 0.5.2-SNAPSHOT Test API)
Skip navigation links
C G O S T 

C

ComponentConfigurationForTestingNumberOne - Class in org.apache.streams.config.test
 
ComponentConfigurationForTestingNumberOne() - Constructor for class org.apache.streams.config.test.ComponentConfigurationForTestingNumberOne
 
ComponentConfigurationForTestingNumberTwo - Class in org.apache.streams.config.test
 
ComponentConfigurationForTestingNumberTwo() - Constructor for class org.apache.streams.config.test.ComponentConfigurationForTestingNumberTwo
 
ComponentConfiguratorTest - Class in org.apache.streams.config.test
Test for
ComponentConfiguratorTest() - Constructor for class org.apache.streams.config.test.ComponentConfiguratorTest
 

G

getComponentOne() - Method in class org.apache.streams.config.test.StreamsConfigurationForTesting
 
getComponentTwo() - Method in class org.apache.streams.config.test.StreamsConfigurationForTesting
 

O

org.apache.streams.config.test - package org.apache.streams.config.test
 

S

setComponentOne(ComponentConfiguration) - Method in class org.apache.streams.config.test.StreamsConfigurationForTesting
 
setComponentTwo(ComponentConfiguration) - Method in class org.apache.streams.config.test.StreamsConfigurationForTesting
 
StreamsConfigurationForTesting - Class in org.apache.streams.config.test
 
StreamsConfigurationForTesting() - Constructor for class org.apache.streams.config.test.StreamsConfigurationForTesting
 
StreamsConfigurationForTesting(ComponentConfiguration, ComponentConfiguration) - Constructor for class org.apache.streams.config.test.StreamsConfigurationForTesting
 
StreamsConfiguratorTest - Class in org.apache.streams.config.test
StreamsConfiguratorTest() - Constructor for class org.apache.streams.config.test.StreamsConfiguratorTest
 

T

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.
C G O S T 
Skip navigation links

Copyright © 2018 The Apache Software Foundation. All rights reserved.