Package org.ow2.petals.binding.soap
Class SoapBootstrapTest
- java.lang.Object
-
- org.ow2.petals.component.framework.junit.mbean.AbstractBootstrapTest
-
- org.ow2.petals.binding.soap.SoapBootstrapTest
-
public class SoapBootstrapTest extends org.ow2.petals.component.framework.junit.mbean.AbstractBootstrapTestUnit tests ofSoapBootstrap- Author:
- Christophe DENEUX - Linagora
-
-
Field Summary
Fields Modifier and Type Field Description static org.ow2.petals.junit.rules.log.handler.InMemoryLogHandlerIN_MEMORY_LOG_HANDLER
-
Constructor Summary
Constructors Constructor Description SoapBootstrapTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddefaultConfiguration_definedInJbiDescriptor()Check that the component embeds the right default configuration in its JBI descriptor (values set to their default value in jbi.xml)voidsetInvalidValues()Check to set invalid valuesvoidsetValues()Check to set valid valuesvoidsetValuesAreUsed()Check that valid values set through the component bootstrap through JMX are correctly used by component.
-
-
-
Constructor Detail
-
SoapBootstrapTest
public SoapBootstrapTest() throws MalformedObjectNameException- Throws:
MalformedObjectNameException
-
-
Method Detail
-
defaultConfiguration_definedInJbiDescriptor
public void defaultConfiguration_definedInJbiDescriptor() throws ExceptionCheck that the component embeds the right default configuration in its JBI descriptor (values set to their default value in jbi.xml)- Throws:
Exception
-
setInvalidValues
public void setInvalidValues() throws ExceptionCheck to set invalid values- Throws:
Exception
-
-