org.mule.session
Class DefaultMuleSessionTestCase

java.lang.Object
  extended by org.mule.session.DefaultMuleSessionTestCase

public class DefaultMuleSessionTestCase
extends Object


Constructor Summary
DefaultMuleSessionTestCase()
           
 
Method Summary
protected  void assertCopy(DefaultMuleSession original, DefaultMuleSession copy)
           
protected  void assertCreate(DefaultMuleSession session)
           
 void copy()
           
 void copyWithFlowConstruct()
           
 void create()
           
 void createWithFlowConstuct()
           
 void merge()
           
 void propertiesCaseInsensitive()
           
 void propertiesCaseInsensitiveAfterCopy()
           
 void serialization()
           
 void serializationWithNonSerializableProperty()
           
 void valid()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultMuleSessionTestCase

public DefaultMuleSessionTestCase()
Method Detail

create

public void create()

createWithFlowConstuct

public void createWithFlowConstuct()

assertCreate

protected void assertCreate(DefaultMuleSession session)

copy

public void copy()
          throws IllegalArgumentException,
                 SecurityException,
                 IllegalAccessException,
                 NoSuchFieldException
Throws:
IllegalArgumentException
SecurityException
IllegalAccessException
NoSuchFieldException

copyWithFlowConstruct

public void copyWithFlowConstruct()
                           throws IllegalArgumentException,
                                  SecurityException,
                                  IllegalAccessException,
                                  NoSuchFieldException
Throws:
IllegalArgumentException
SecurityException
IllegalAccessException
NoSuchFieldException

assertCopy

protected void assertCopy(DefaultMuleSession original,
                          DefaultMuleSession copy)

valid

public void valid()

propertiesCaseInsensitive

public void propertiesCaseInsensitive()

propertiesCaseInsensitiveAfterCopy

public void propertiesCaseInsensitiveAfterCopy()

merge

public void merge()

serialization

public void serialization()
                   throws MuleException
Throws:
MuleException

serializationWithNonSerializableProperty

public void serializationWithNonSerializableProperty()
                                              throws MuleException
Throws:
MuleException


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