1.0.0

org.eclipse.soda.dk.parameter.testcase
Class SimpleParameterTestcase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.soda.dk.parameter.testcase.SimpleParameterTestcase
All Implemented Interfaces:
junit.framework.Test

public class SimpleParameterTestcase
extends junit.framework.TestCase

Version:
1.0.0

Field Summary
static java.lang.String EMPTY_STRING
          Define the empty string (String) constant.
 
Constructor Summary
SimpleParameterTestcase(java.lang.String p1)
          Constructs an instance of this class from the specified p1 parameter.
 
Method Summary
static void main(java.lang.String[] args)
          Main with the specified args parameter.
 void testAsciiDecode()
          Test ascii decode.
 void testAsiiCrlfDecode()
          Test asii crlf decode.
 void testBytes()
          Test bytes.
 void testBytesByte()
          Test bytes byte.
 void testBytesDecodeValue()
          Test bytes decode value.
 void testBytesEncode()
          Test bytes decode.
 void testBytesShorterEncode()
          Test bytes shorter encode.
 void testDecodeDouble()
          Test decode double.
 void testDecodeFloat()
          Test decode float.
 void testDecodeInteger()
          Test decode integer.
 void testDecodeIntegerArray()
          Test decode integer array.
 void testDecodeIntegerTransform()
          Test decode integer transform.
 void testDecodeShortArray()
          Test decode short array.
 void testDecodeStringInteger()
          Test decode integer.
 void testDecodeValueInteger()
          Test decode value integer.
 void testEncodeBytesInteger()
          Test encode bytes integer.
 void testEncodeLong()
          Test encode long.
 void testEncodeMessageInteger()
          Test encode integer.
 void testEncodeValueInteger()
          Test encode value integer.
 void testEncodeValueInteger8()
          Test encode value integer8.
 void testEncodeValueIntegerArray()
          Test encode value integer array.
 void testEncodeValueLongArray()
          Test encode value long array.
 void testEncodeValueShortArray()
          Test encode value short array.
 void testEncodeValueShortArrayLittle()
          Test encode value short array little.
 void testEncodeValueShortArrayLittleList()
          Test encode value short array little list.
 void testEncodeValueShortArrayLittleListHexString()
          Test encode value short array little list hex string.
 void testEncodeValueShortArrayLittleListString()
          Test encode value short array little list string.
 void testHexstring()
          Test hexstring.
 void testInteger()
          Test integer.
 void testString()
          Test string.
 void testString2()
          Test string2.
 void testStringBytes()
          Test string bytes.
 void testStringDecode()
          Test string decode.
 void testStringDecodeInsert()
          Test string decode insert.
 void testStringDecodeInsert2()
          Test string decode insert2.
 void testTrue()
          Test true.
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

EMPTY_STRING

public static final java.lang.String EMPTY_STRING
Define the empty string (String) constant.

Constructor Detail

SimpleParameterTestcase

public SimpleParameterTestcase(java.lang.String p1)
Constructs an instance of this class from the specified p1 parameter.

Parameters:
p1 - The p1 (String) parameter.
Method Detail

main

public static void main(java.lang.String[] args)
Main with the specified args parameter.

Parameters:
args - The args (String) parameter.

testAsciiDecode

public void testAsciiDecode()
Test ascii decode.


testAsiiCrlfDecode

public void testAsiiCrlfDecode()
Test asii crlf decode.


testBytes

public void testBytes()
Test bytes.

See Also:
testStringBytes()

testBytesByte

public void testBytesByte()
Test bytes byte.


testBytesDecodeValue

public void testBytesDecodeValue()
Test bytes decode value.


testBytesEncode

public void testBytesEncode()
Test bytes decode.


testBytesShorterEncode

public void testBytesShorterEncode()
Test bytes shorter encode.


testDecodeDouble

public void testDecodeDouble()
Test decode double.


testDecodeFloat

public void testDecodeFloat()
Test decode float.


testDecodeInteger

public void testDecodeInteger()
Test decode integer.


testDecodeIntegerArray

public void testDecodeIntegerArray()
Test decode integer array.


testDecodeIntegerTransform

public void testDecodeIntegerTransform()
Test decode integer transform.


testDecodeShortArray

public void testDecodeShortArray()
Test decode short array.


testDecodeStringInteger

public void testDecodeStringInteger()
Test decode integer.


testDecodeValueInteger

public void testDecodeValueInteger()
Test decode value integer.


testEncodeBytesInteger

public void testEncodeBytesInteger()
Test encode bytes integer.


testEncodeLong

public void testEncodeLong()
Test encode long.


testEncodeMessageInteger

public void testEncodeMessageInteger()
Test encode integer.


testEncodeValueInteger

public void testEncodeValueInteger()
Test encode value integer.


testEncodeValueInteger8

public void testEncodeValueInteger8()
Test encode value integer8.


testEncodeValueIntegerArray

public void testEncodeValueIntegerArray()
Test encode value integer array.


testEncodeValueLongArray

public void testEncodeValueLongArray()
Test encode value long array.


testEncodeValueShortArray

public void testEncodeValueShortArray()
Test encode value short array.


testEncodeValueShortArrayLittle

public void testEncodeValueShortArrayLittle()
Test encode value short array little.


testEncodeValueShortArrayLittleList

public void testEncodeValueShortArrayLittleList()
Test encode value short array little list.


testEncodeValueShortArrayLittleListHexString

public void testEncodeValueShortArrayLittleListHexString()
Test encode value short array little list hex string.


testEncodeValueShortArrayLittleListString

public void testEncodeValueShortArrayLittleListString()
Test encode value short array little list string.


testHexstring

public void testHexstring()
Test hexstring.


testInteger

public void testInteger()
Test integer.

See Also:
testDecodeInteger(), testDecodeStringInteger(), testDecodeValueInteger(), testEncodeBytesInteger(), testEncodeMessageInteger(), testEncodeValueInteger()

testString

public void testString()
Test string.

See Also:
testEncodeValueShortArrayLittleListHexString(), testEncodeValueShortArrayLittleListString()

testString2

public void testString2()
Test string2.


testStringBytes

public void testStringBytes()
Test string bytes.


testStringDecode

public void testStringDecode()
Test string decode.


testStringDecodeInsert

public void testStringDecodeInsert()
Test string decode insert.


testStringDecodeInsert2

public void testStringDecodeInsert2()
Test string decode insert2.


testTrue

public void testTrue()
Test true.


1.0.0

Copyright (c) 1999, 2007 IBM