org.mule.test.infrastructure.deployment
Class AbstractFakeMuleServerTestCase

java.lang.Object
  extended by org.mule.tck.junit4.AbstractMuleTestCase
      extended by org.mule.test.infrastructure.deployment.AbstractFakeMuleServerTestCase

public class AbstractFakeMuleServerTestCase
extends org.mule.tck.junit4.AbstractMuleTestCase


Field Summary
 org.junit.rules.TemporaryFolder muleHome
           
protected  FakeMuleServer muleServer
           
 
Fields inherited from class org.mule.tck.junit4.AbstractMuleTestCase
DEFAULT_TEST_TIMEOUT_SECS, globalTimeout, logger, name, TEST_TIMEOUT_SYSTEM_PROPERTY
 
Constructor Summary
AbstractFakeMuleServerTestCase()
           
 
Method Summary
protected  List<MuleCoreExtension> getCoreExtensions()
           
 void setUp()
           
 void tearDown()
           
 
Methods inherited from class org.mule.tck.junit4.AbstractMuleTestCase
clearExcludedFlag, clearRequestContext, clearTestCaseName, createTestTimeoutRule, dumpFilteredThreadsInTest, getTestHeader, getTestTimeoutSecs, getTimeoutSystemProperty, initializeMuleTest, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isExcluded, isFailOnTimeout, isOffline, isTestIncludedInExclusionFile, takeTestCaseName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

muleHome

public org.junit.rules.TemporaryFolder muleHome

muleServer

protected FakeMuleServer muleServer
Constructor Detail

AbstractFakeMuleServerTestCase

public AbstractFakeMuleServerTestCase()
Method Detail

getCoreExtensions

protected List<MuleCoreExtension> getCoreExtensions()

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception


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