java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.mom4j.jms.TestP2P
- All Implemented Interfaces:
- junit.framework.Test
- public class TestP2P
- extends junit.framework.TestCase
| Fields inherited from class junit.framework.TestCase |
|
| 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 |
mutex
private static final java.lang.Object mutex
server
private static org.mom4j.messaging.Console server
workerCount
private static int workerCount
testCount
private static int testCount
namingProps
private java.util.Properties namingProps
numberOfTestCases
private int numberOfTestCases
TestP2P
public TestP2P(java.lang.String name)
- Creates new TestP2P
setUp
public void setUp()
throws java.lang.Exception
- Description copied from class:
junit.framework.TestCase
- Sets up the fixture, for example, open a network connection.
This method is called before a test is executed.
tearDown
public void tearDown()
- Description copied from class:
junit.framework.TestCase
- Tears down the fixture, for example, close a network connection.
This method is called after a test is executed.
testMessageHeaders
public void testMessageHeaders()
throws java.lang.Exception
testCreateQueue
public void testCreateQueue()
throws java.lang.Exception
testMessageProperties
public void testMessageProperties()
throws java.lang.Exception
testSendTx
public void testSendTx()
throws java.lang.Exception
testAcknowledge
public void testAcknowledge()
throws java.lang.Exception
testSendTxMultiThreaded
public void testSendTxMultiThreaded()
throws java.lang.Exception
testReceiveSyncTx
public void testReceiveSyncTx()
throws java.lang.Exception
testReceiveAsyncTx
public void testReceiveAsyncTx()
throws java.lang.Exception
testTimeToLive
public void testTimeToLive()
throws java.lang.Exception
testRequestReply
public void testRequestReply()
throws java.lang.Exception
testPriority
public void testPriority()
throws java.lang.Exception
testSelector
public void testSelector()
throws java.lang.Exception