org.mule.providers.tcp.integration
Class AbstractStreamingCapacityTestCase

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.mule.tck.AbstractMuleTestCase
              extended byorg.mule.tck.FunctionalTestCase
                  extended byorg.mule.providers.tcp.integration.AbstractStreamingCapacityTestCase
All Implemented Interfaces:
Test
Direct Known Subclasses:
StreamingCapacityTestCase, StreamingSpeedMule1389TestCase, StreamingSynchCapacityTestCase

public abstract class AbstractStreamingCapacityTestCase
extends org.mule.tck.FunctionalTestCase

IMPORTANT - DO NOT RUN THIS TEST IN AN IDE WITH LOG LEVEL OF DEBUG. USE INFO TO SEE DIAGNOSTICS. OTHERWISE THE CONSOLE OUTPUT WILL BE SIMILAR SIZE TO DATA TRANSFERRED, CAUSING CONFUSNG AND PROBABLY FATAL MEMORY USE.


Nested Class Summary
 
Nested classes inherited from class org.mule.tck.AbstractMuleTestCase
org.mule.tck.AbstractMuleTestCase.TestInfo
 
Field Summary
protected  Log logger
           
static int MESSAGES
           
static long ONE_GB
           
static long ONE_KB
           
static long ONE_MB
           
 
Fields inherited from class org.mule.tck.FunctionalTestCase
DEFAULT_BUILDER_CLASS
 
Constructor Summary
AbstractStreamingCapacityTestCase(long size, String endpoint)
           
 
Method Summary
 void testSend()
           
 
Methods inherited from class org.mule.tck.FunctionalTestCase
doFunctionalTearDown, doPostFunctionalSetUp, doPreFunctionalSetUp, doSetUp, doTearDown, getBuilder, getConfigResources, setupManager, suitePreSetUp
 
Methods inherited from class org.mule.tck.AbstractMuleTestCase
addTest, disposeManager, finalize, getDefaultModel, getManager, getName, getTestComponent, getTestConnector, getTestDescriptor, getTestEndpoint, getTestEvent, getTestEvent, getTestEvent, getTestEvent, getTestEventContext, getTestInfo, getTestManager, getTestSession, getTestTransformer, isDisabledInThisEnvironment, isDisabledInThisEnvironment, isOffline, run, runBare, setDisposeManagerPerSuite, setUp, suitePostSetUp, suitePostTearDown, suitePreTearDown, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, run, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame
 
Methods inherited from class java.lang.Object
clone, equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

ONE_KB

public static final long ONE_KB
See Also:
Constant Field Values

ONE_MB

public static final long ONE_MB
See Also:
Constant Field Values

ONE_GB

public static final long ONE_GB
See Also:
Constant Field Values

MESSAGES

public static final int MESSAGES
See Also:
Constant Field Values

logger

protected final Log logger
Constructor Detail

AbstractStreamingCapacityTestCase

public AbstractStreamingCapacityTestCase(long size,
                                         String endpoint)
Method Detail

testSend

public void testSend()
              throws Exception
Throws:
Exception


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.