2009-01-09 1.2.0

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

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

public class ListParameterTestcase
extends junit.framework.TestCase

Version:
1.2.0

Field Summary
static java.lang.String EMPTY_STRING
          Define the empty string (String) constant.
 
Constructor Summary
ListParameterTestcase(java.lang.String p1)
          Constructs an instance of this class from the specified p1 parameter.
 
Method Summary
static void main(java.lang.String[] arguments)
          Main with the specified arguments parameter.
 void testDecodeCountByte()
          Test decode count byte.
 void testDecodeInteger()
          Test integer.
 void testDecodeIntegerCursor()
          Test integer.
 void testEncodeCountByte()
          Test encode count byte.
 void testEncodeInteger()
          Test encode integer.
 void testEncodeInteger8()
          Test encode integer8.
 void testEncodeIntegerCursor()
          Test encode integer cursor.
 void testEncodeLong()
          Test encode long.
 void testEncodeString()
          Test encode string.
 void testEncodeVariable()
          Test encode variable.
 void testEncodeVariable2()
          Test encode variable2.
 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
 
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

ListParameterTestcase

public ListParameterTestcase(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[] arguments)
Main with the specified arguments parameter.

Parameters:
arguments - The arguments (String) parameter.

testDecodeCountByte

public void testDecodeCountByte()
Test decode count byte.


testDecodeInteger

public void testDecodeInteger()
Test integer.


testDecodeIntegerCursor

public void testDecodeIntegerCursor()
Test integer.


testEncodeCountByte

public void testEncodeCountByte()
Test encode count byte.


testEncodeInteger

public void testEncodeInteger()
Test encode integer.


testEncodeInteger8

public void testEncodeInteger8()
Test encode integer8.


testEncodeIntegerCursor

public void testEncodeIntegerCursor()
Test encode integer cursor.


testEncodeLong

public void testEncodeLong()
Test encode long.


testEncodeString

public void testEncodeString()
Test encode string.


testEncodeVariable

public void testEncodeVariable()
Test encode variable.


testEncodeVariable2

public void testEncodeVariable2()
Test encode variable2.


testTrue

public void testTrue()
Test true.


2009-01-09 1.2.0

Copyright (c) 2009 IBM. See license in Legal section.