1.0.0

org.eclipse.soda.dk.transform.testcase
Class IntegerTranslateTransformTestcase

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

public class IntegerTranslateTransformTestcase
extends junit.framework.TestCase

Version:
1.0.0

Constructor Summary
IntegerTranslateTransformTestcase(java.lang.String name)
          Constructs an instance of this class from the specified name parameter.
 
Method Summary
static void main(java.lang.String[] args)
          Main with the specified args parameter.
 void testDecodeForException()
          Test decode for exception.
 void testDecodeForTypeFloat()
          Test decode for type float.
 void testDecodeForTypeInteger()
          Test decode for type integer.
 void testDecodeTranslateByOne()
          Test decode translate by one.
 void testDecodeTranslateByOneTo3Over2()
          Test decode translate by one to3 over2.
 void testDecodeTranslateByZero()
          Test decode translate by zero.
 void testEncodeForException()
          Test encode for exception.
 void testEncodeForTypeInteger()
          Test encode for type integer.
 void testEncodeTranslateByOne()
          Test encode translate by one.
 void testEncodeTranslateByZero()
          Test encode translate by zero.
 void testTransformConstruction()
          Test transform construction.
 
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
 

Constructor Detail

IntegerTranslateTransformTestcase

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

Parameters:
name - The name (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.

testDecodeForException

public void testDecodeForException()
Test decode for exception.


testDecodeForTypeFloat

public void testDecodeForTypeFloat()
Test decode for type float.


testDecodeForTypeInteger

public void testDecodeForTypeInteger()
Test decode for type integer.


testDecodeTranslateByOne

public void testDecodeTranslateByOne()
Test decode translate by one.


testDecodeTranslateByOneTo3Over2

public void testDecodeTranslateByOneTo3Over2()
Test decode translate by one to3 over2.


testDecodeTranslateByZero

public void testDecodeTranslateByZero()
Test decode translate by zero.


testEncodeForException

public void testEncodeForException()
Test encode for exception.


testEncodeForTypeInteger

public void testEncodeForTypeInteger()
Test encode for type integer.


testEncodeTranslateByOne

public void testEncodeTranslateByOne()
Test encode translate by one.


testEncodeTranslateByZero

public void testEncodeTranslateByZero()
Test encode translate by zero.


testTransformConstruction

public void testTransformConstruction()
Test transform construction.


1.0.0

Copyright (c) 1999, 2007 IBM