1.0.0

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

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

public class NegativeTransformTestcase
extends junit.framework.TestCase

Version:
1.0.0

Constructor Summary
NegativeTransformTestcase(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 testDecodeForProperValueWithNegative()
          Test decode for proper value with negative.
 void testDecodeForProperValueWithPositive()
          Test decode for proper value with positive.
 void testDecodeForProperValueWithZero()
          Test decode for proper value with zero.
 void testDecodeForType()
          Test decode for type.
 void testEncodeForException()
          Test encode for exception.
 void testEncodeForProperValueWithNegative()
          Test encode for proper value with negative.
 void testEncodeForProperValueWithPositive()
          Test encode for proper value with positive.
 void testEncodeForProperValueWithZero()
          Test encode for proper value with zero.
 void testEncodeForType()
          Test encode for type.
 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

NegativeTransformTestcase

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


testDecodeForProperValueWithNegative

public void testDecodeForProperValueWithNegative()
Test decode for proper value with negative.


testDecodeForProperValueWithPositive

public void testDecodeForProperValueWithPositive()
Test decode for proper value with positive.


testDecodeForProperValueWithZero

public void testDecodeForProperValueWithZero()
Test decode for proper value with zero.


testDecodeForType

public void testDecodeForType()
Test decode for type.


testEncodeForException

public void testEncodeForException()
Test encode for exception.


testEncodeForProperValueWithNegative

public void testEncodeForProperValueWithNegative()
Test encode for proper value with negative.


testEncodeForProperValueWithPositive

public void testEncodeForProperValueWithPositive()
Test encode for proper value with positive.


testEncodeForProperValueWithZero

public void testEncodeForProperValueWithZero()
Test encode for proper value with zero.


testEncodeForType

public void testEncodeForType()
Test encode for type.


testTransformIntConstructor

public void testTransformIntConstructor()
Test transform int constructor.


1.0.0

Copyright (c) 1999, 2007 IBM