org.mule.transformer.simple
Class RemoveVariablePropertyTransformerTest

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.transformer.simple.RemoveVariablePropertyTransformerTest

public class RemoveVariablePropertyTransformerTest
extends AbstractMuleTestCase


Field Summary
static String ENCODING
           
static String EXPRESSION
           
static String EXPRESSION_VALUE
           
static String NULL_EXPRESSION
           
static String NULL_EXPRESSION_VALUE
           
static String PLAIN_STRING_KEY
           
static String PLAIN_STRING_VALUE
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
RemoveVariablePropertyTransformerTest(AbstractRemoveVariablePropertyTransformer abstractAddVariableTransformer, PropertyScope scope)
           
 
Method Summary
static Collection<Object[]> parameters()
           
 void setUpTest()
           
 void testRemoveVariable()
           
 void testRemoveVariableExpressionKeyNullValue()
           
 void testRemoveVariableNullKey()
           
 void testRemoveVariableUsingExpression()
           
 void testRemoveVariableWithRegexExpression()
           
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, createTestTimeoutRule, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ENCODING

public static final String ENCODING
See Also:
Constant Field Values

PLAIN_STRING_KEY

public static final String PLAIN_STRING_KEY
See Also:
Constant Field Values

PLAIN_STRING_VALUE

public static final String PLAIN_STRING_VALUE
See Also:
Constant Field Values

EXPRESSION

public static final String EXPRESSION
See Also:
Constant Field Values

EXPRESSION_VALUE

public static final String EXPRESSION_VALUE
See Also:
Constant Field Values

NULL_EXPRESSION

public static final String NULL_EXPRESSION
See Also:
Constant Field Values

NULL_EXPRESSION_VALUE

public static final String NULL_EXPRESSION_VALUE
Constructor Detail

RemoveVariablePropertyTransformerTest

public RemoveVariablePropertyTransformerTest(AbstractRemoveVariablePropertyTransformer abstractAddVariableTransformer,
                                             PropertyScope scope)
Method Detail

parameters

public static Collection<Object[]> parameters()

setUpTest

public void setUpTest()

testRemoveVariable

public void testRemoveVariable()
                        throws InitialisationException,
                               TransformerException
Throws:
InitialisationException
TransformerException

testRemoveVariableUsingExpression

public void testRemoveVariableUsingExpression()
                                       throws InitialisationException,
                                              TransformerException
Throws:
InitialisationException
TransformerException

testRemoveVariableNullKey

public void testRemoveVariableNullKey()
                               throws InitialisationException,
                                      TransformerException
Throws:
InitialisationException
TransformerException

testRemoveVariableExpressionKeyNullValue

public void testRemoveVariableExpressionKeyNullValue()
                                              throws InitialisationException,
                                                     TransformerException
Throws:
InitialisationException
TransformerException

testRemoveVariableWithRegexExpression

public void testRemoveVariableWithRegexExpression()
                                           throws InitialisationException,
                                                  TransformerException
Throws:
InitialisationException
TransformerException


Copyright © 2003-2012 MuleSoft, Inc.. All Rights Reserved.