org.mule.transformer.simple
Class AddVariablePropertyTransformerTestCase

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

public class AddVariablePropertyTransformerTestCase
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
AddVariablePropertyTransformerTestCase(AbstractAddVariablePropertyTransformer abstractAddVariableTransformer, PropertyScope scope)
           
 
Method Summary
static Collection<Object[]> parameters()
           
 void setUpTest()
           
 void testAddVariable()
           
 void testAddVariableWithExpressionKey()
           
 void testAddVariableWithExpressionValue()
           
 void testAddVariableWithNullExpressionKeyResult()
           
 void testAddVariableWithNullExpressionValueResult()
           
 void testAddVariableWithNullKey()
           
 void testAddVariableWithNullValue()
           
 
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

AddVariablePropertyTransformerTestCase

public AddVariablePropertyTransformerTestCase(AbstractAddVariablePropertyTransformer abstractAddVariableTransformer,
                                              PropertyScope scope)
Method Detail

parameters

public static Collection<Object[]> parameters()

setUpTest

public void setUpTest()

testAddVariable

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

testAddVariableWithExpressionValue

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

testAddVariableWithExpressionKey

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

testAddVariableWithNullKey

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

testAddVariableWithNullValue

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

testAddVariableWithNullExpressionKeyResult

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

testAddVariableWithNullExpressionValueResult

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


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