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 create()
           
 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()

assertCreate

protected void assertCreate(DefaultMuleSession session)

copy

public void copy()
          throws Exception
Throws:
Exception

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-2012 MuleSoft, Inc.. All Rights Reserved.