1.0.0

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

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

public class ShiftTransformTestcase
extends junit.framework.TestCase

Version:
1.0.0

Constructor Summary
ShiftTransformTestcase(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 testDecodeShiftMinusOne()
          Test decode shift minus one.
 void testDecodeShiftOne()
          Test decode shift one.
 void testDecodeShiftZero()
          Test decode shift zero.
 void testEncodeForException()
          Test encode for exception.
 void testEncodeShiftMinusOne()
          Test encode shift minus one.
 void testEncodeShiftOne()
          Test encode shift one.
 void testEncodeShiftZero()
          Test encode shift zero.
 void testTransformIntConstructor()
          Test transform int constructor.
 
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

ShiftTransformTestcase

public ShiftTransformTestcase(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.


testDecodeShiftMinusOne

public void testDecodeShiftMinusOne()
Test decode shift minus one.


testDecodeShiftOne

public void testDecodeShiftOne()
Test decode shift one.


testDecodeShiftZero

public void testDecodeShiftZero()
Test decode shift zero.


testEncodeForException

public void testEncodeForException()
Test encode for exception.


testEncodeShiftMinusOne

public void testEncodeShiftMinusOne()
Test encode shift minus one.


testEncodeShiftOne

public void testEncodeShiftOne()
Test encode shift one.


testEncodeShiftZero

public void testEncodeShiftZero()
Test encode shift zero.


testTransformIntConstructor

public void testTransformIntConstructor()
Test transform int constructor.


1.0.0

Copyright (c) 1999, 2007 IBM