1.0.0

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

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

public class IntegerScaleTransformTestcase
extends junit.framework.TestCase

Version:
1.0.0

Constructor Summary
IntegerScaleTransformTestcase(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 testConstructorWithZero()
          Test constructor with zero.
 void testDecodeForException()
          Test decode for exception.
 void testDecodeForType()
          Test decode for type.
 void testDecodeScaleBy5()
          Test decode scale by5.
 void testEncodeForException()
          Test encode for exception.
 void testEncodeForTypeInteger()
          Test encode for type integer.
 void testEncodeForTypeIntegerFraction()
          Test encode for type integer fraction.
 void testEncodeScaleBy3WithMod()
          Test encode scale by3 with mod.
 void testEncodeScaleBy5NoMod()
          Test encode scale by5 no mod.
 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

IntegerScaleTransformTestcase

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

testConstructorWithZero

public void testConstructorWithZero()
Test constructor with zero.


testDecodeForException

public void testDecodeForException()
Test decode for exception.


testDecodeForType

public void testDecodeForType()
Test decode for type.


testDecodeScaleBy5

public void testDecodeScaleBy5()
Test decode scale by5.


testEncodeForException

public void testEncodeForException()
Test encode for exception.


testEncodeForTypeInteger

public void testEncodeForTypeInteger()
Test encode for type integer.


testEncodeForTypeIntegerFraction

public void testEncodeForTypeIntegerFraction()
Test encode for type integer fraction.


testEncodeScaleBy3WithMod

public void testEncodeScaleBy3WithMod()
Test encode scale by3 with mod.


testEncodeScaleBy5NoMod

public void testEncodeScaleBy5NoMod()
Test encode scale by5 no mod.


testTransformConstruction

public void testTransformConstruction()
Test transform construction.


1.0.0

Copyright (c) 1999, 2007 IBM