public class ConfigurableModelTransformatorPoolIntegrationTest
extends AbstractOSGiTest
Constructor and Description |
---|
ConfigurableModelTransformatorPoolIntegrationTest() |
Modifier and Type | Method and Description |
---|---|
void |
doAfter() |
void |
doBefore() |
void |
testServiceSetup_ConfigNotOK()
If the configuration for a ConfigurableModelTransformatorPool does not contain a property
"pool.componentName", then the component will not be activated.
|
void |
testServiceSetup_RegisterAsService()
If, after proper registration of the ConfigurableModelTransformatorPool, a ModelTransformator
is registered (for instance, through a PrototypeConfigurableTransformationService configuration,
then a Pool
true |
void |
testServiceSetup_RegisterNOTAsService()
If, after proper registration of the ConfigurableModelTransformatorPool, a ModelTransformator
is registered (for instance, through a PrototypeConfigurableTransformationService configuration,
then a Pool
false |
public ConfigurableModelTransformatorPoolIntegrationTest()
public void doBefore()
public void doAfter()
public void testServiceSetup_ConfigNotOK() throws java.io.IOException, InvalidSyntaxException
java.io.IOException
InvalidSyntaxException
public void testServiceSetup_RegisterAsService() throws java.io.IOException, InvalidSyntaxException, java.lang.InterruptedException
true the pool will be registered also as service
java.io.IOException
InvalidSyntaxException
java.lang.InterruptedException
public void testServiceSetup_RegisterNOTAsService() throws java.io.IOException, InvalidSyntaxException, java.lang.InterruptedException
false the pool will only be stored in the ConfigurableModelTransformatorPool map
and can be used by retrieving the map
java.io.IOException
InvalidSyntaxException
java.lang.InterruptedException
Data In Motion Consulting