org.mule.config.spring.parsers.specific
Class ComponentDefinitionParserFlowTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.config.spring.parsers.specific.ComponentDefinitionParserFlowTestCase

public class ComponentDefinitionParserFlowTestCase
extends AbstractMuleTestCase


Field Summary
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
ComponentDefinitionParserFlowTestCase()
           
 
Method Summary
protected  MuleContext createMuleContext()
           
 void testClassAttributeAndObjectFactory()
           
 void testDefaultJavaComponentPrototype()
           
 void testDefaultJavaComponentShortcut()
           
 void testDefaultJavaComponentSingleton()
           
 void testDefaultJavaComponentSpringBean()
           
 void testPooledJavaComponentPrototype()
           
 void testPooledJavaComponentShortcut()
           
 void testPooledJavaComponentSingleton()
           
 void testPooledJavaComponentSpringBean()
           
protected  void validateCorrectServiceCreation(Flow service)
           
 
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
 

Constructor Detail

ComponentDefinitionParserFlowTestCase

public ComponentDefinitionParserFlowTestCase()
Method Detail

testDefaultJavaComponentShortcut

public void testDefaultJavaComponentShortcut()
                                      throws Exception
Throws:
Exception

testDefaultJavaComponentPrototype

public void testDefaultJavaComponentPrototype()
                                       throws Exception
Throws:
Exception

testDefaultJavaComponentSingleton

public void testDefaultJavaComponentSingleton()
                                       throws Exception
Throws:
Exception

testDefaultJavaComponentSpringBean

public void testDefaultJavaComponentSpringBean()
                                        throws Exception
Throws:
Exception

testPooledJavaComponentShortcut

public void testPooledJavaComponentShortcut()
                                     throws Exception
Throws:
Exception

testPooledJavaComponentPrototype

public void testPooledJavaComponentPrototype()
                                      throws Exception
Throws:
Exception

testPooledJavaComponentSingleton

public void testPooledJavaComponentSingleton()
                                      throws Exception
Throws:
Exception

testPooledJavaComponentSpringBean

public void testPooledJavaComponentSpringBean()
                                       throws Exception
Throws:
Exception

testClassAttributeAndObjectFactory

public void testClassAttributeAndObjectFactory()
                                        throws Exception
Throws:
Exception

validateCorrectServiceCreation

protected void validateCorrectServiceCreation(Flow service)
                                       throws Exception
Throws:
Exception

createMuleContext

protected MuleContext createMuleContext()
                                 throws Exception
Throws:
Exception


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