1.0.0

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

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

public class ScaleTransformTestcase
extends junit.framework.TestCase

Version:
1.0.0

Constructor Summary
ScaleTransformTestcase(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 testConstructorDenominatorEqualToZero()
          Test constructor denominator equal to zero.
 void testConstructorWithNumeratorEqualToZero()
          Test constructor with numerator equal to zero.
 void testDecode175()
          Test decode175.
 void testDecodeFor3FifthsOf1000()
          Test decode for3 fifths of1000.
 void testDecodeFor3FifthsOfFiveOver3()
          Test decode for3 fifths of five over3.
 void testDecodeForException()
          Test decode for exception.
 void testDecodeForTypeIntegerFraction()
          Test decode for type integer fraction.
 void testEncodeFor3FifthsOf1000()
          Test encode for3 fifths of1000.
 void testEncodeForException()
          Test encode for exception.
 void testEncodeForTypeIntegerFraction()
          Test encode for type integer fraction.
 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

ScaleTransformTestcase

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

testConstructorDenominatorEqualToZero

public void testConstructorDenominatorEqualToZero()
Test constructor denominator equal to zero.


testConstructorWithNumeratorEqualToZero

public void testConstructorWithNumeratorEqualToZero()
Test constructor with numerator equal to zero.


testDecode175

public void testDecode175()
Test decode175.


testDecodeFor3FifthsOf1000

public void testDecodeFor3FifthsOf1000()
Test decode for3 fifths of1000.


testDecodeFor3FifthsOfFiveOver3

public void testDecodeFor3FifthsOfFiveOver3()
Test decode for3 fifths of five over3.


testDecodeForException

public void testDecodeForException()
Test decode for exception.


testDecodeForTypeIntegerFraction

public void testDecodeForTypeIntegerFraction()
Test decode for type integer fraction.


testEncodeFor3FifthsOf1000

public void testEncodeFor3FifthsOf1000()
Test encode for3 fifths of1000.


testEncodeForException

public void testEncodeForException()
Test encode for exception.


testEncodeForTypeIntegerFraction

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


testTransformConstruction

public void testTransformConstruction()
Test transform construction.


1.0.0

Copyright (c) 1999, 2007 IBM