Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.activemq.message
Class ActiveMQMapMessageTest  view ActiveMQMapMessageTest download ActiveMQMapMessageTest.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.activemq.message.ActiveMQMapMessageTest
All Implemented Interfaces:
junit.framework.Test

public class ActiveMQMapMessageTest
extends junit.framework.TestCase

To change the template for this generated type comment go to Window - Preferences - Java - Code Generation - Code and Comments


Field Summary
private  java.lang.String name
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
ActiveMQMapMessageTest(java.lang.String arg0)
          Constructor for ActiveMQMapMessageTest.
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
          Sets up the fixture, for example, open a network connection.
protected  void tearDown()
          Tears down the fixture, for example, close a network connection.
 void testDeepCopy()
           
 void testGetBoolean()
           
 void testGetByte()
           
 void testGetBytes()
           
 void testGetChar()
           
 void testGetDouble()
           
 void testGetFloat()
           
 void testGetInt()
           
 void testGetLong()
           
 void testGetMapNames()
           
 void testGetObject()
           
 void testGetPacketType()
           
 void testGetShort()
           
 void testGetString()
           
 void testItemExists()
           
 void testSetBoolean()
           
 void testSetByte()
           
 void testSetBytesStringbyteArray()
           
 void testSetBytesStringbyteArrayintint()
           
 void testSetChar()
           
 void testSetDouble()
           
 void testSetFloat()
           
 void testSetInt()
           
 void testSetLong()
           
 void testSetObject()
           
 void testSetShort()
           
 void testSetString()
           
 void testSetTable()
           
 void testShallowCopy()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

name

private java.lang.String name
Constructor Detail

ActiveMQMapMessageTest

public ActiveMQMapMessageTest(java.lang.String arg0)
Constructor for ActiveMQMapMessageTest.

Method Detail

main

public static void main(java.lang.String[] args)

setUp

protected 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

protected void tearDown()
                 throws java.lang.Exception
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.


testGetPacketType

public void testGetPacketType()

testShallowCopy

public void testShallowCopy()

testDeepCopy

public void testDeepCopy()

testSetTable

public void testSetTable()

testGetBoolean

public void testGetBoolean()

testGetByte

public void testGetByte()

testGetShort

public void testGetShort()

testGetChar

public void testGetChar()

testGetInt

public void testGetInt()

testGetLong

public void testGetLong()

testGetFloat

public void testGetFloat()

testGetDouble

public void testGetDouble()

testGetString

public void testGetString()

testGetBytes

public void testGetBytes()

testGetObject

public void testGetObject()

testGetMapNames

public void testGetMapNames()

testSetBoolean

public void testSetBoolean()

testSetByte

public void testSetByte()

testSetShort

public void testSetShort()

testSetChar

public void testSetChar()

testSetInt

public void testSetInt()

testSetLong

public void testSetLong()

testSetFloat

public void testSetFloat()

testSetDouble

public void testSetDouble()

testSetString

public void testSetString()

testSetBytesStringbyteArray

public void testSetBytesStringbyteArray()

testSetBytesStringbyteArrayintint

public void testSetBytesStringbyteArrayintint()

testSetObject

public void testSetObject()

testItemExists

public void testItemExists()