org.openamf.util
Class OpenAMFUtilsTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.openamf.util.OpenAMFUtilsTest
All Implemented Interfaces:
junit.framework.Test

public class OpenAMFUtilsTest
extends junit.framework.TestCase

unit test for OpenAMFUtils

Author:
Sean C. Sullivan

Nested Class Summary
static class OpenAMFUtilsTest.FooImpl
           
static interface OpenAMFUtilsTest.IFoo
           
 
Constructor Summary
OpenAMFUtilsTest(java.lang.String name)
           
 
Method Summary
static junit.framework.Test suite()
           
 void testDecodeBigDecimalParameter()
           
 void testDecodeDateParameter()
           
 void testDecodeDoubleParameter()
           
 void testDecodeInterface()
           
 void testDecodeInterface2()
           
 void testDecodeIntParameter()
           
 void testDecodeLongParameter()
           
 void testDecodeNumberParameter()
           
 void testDecodeShortParameter()
           
 void testDecodeStringParameter()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, 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
 

Constructor Detail

OpenAMFUtilsTest

public OpenAMFUtilsTest(java.lang.String name)
Method Detail

suite

public static junit.framework.Test suite()

testDecodeStringParameter

public void testDecodeStringParameter()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testDecodeDateParameter

public void testDecodeDateParameter()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testDecodeDoubleParameter

public void testDecodeDoubleParameter()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testDecodeNumberParameter

public void testDecodeNumberParameter()
                               throws java.lang.Exception
Throws:
java.lang.Exception

testDecodeBigDecimalParameter

public void testDecodeBigDecimalParameter()
                                   throws java.lang.Exception
Throws:
java.lang.Exception

testDecodeIntParameter

public void testDecodeIntParameter()
                            throws java.lang.Exception
Throws:
java.lang.Exception

testDecodeShortParameter

public void testDecodeShortParameter()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testDecodeLongParameter

public void testDecodeLongParameter()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testDecodeInterface

public void testDecodeInterface()
                         throws java.lang.Exception
Throws:
java.lang.Exception

testDecodeInterface2

public void testDecodeInterface2()
                          throws java.lang.Exception
Throws:
java.lang.Exception