1.0.0

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

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

public class NotTransformTestcase
extends junit.framework.TestCase

Version:
1.0.0

Constructor Summary
NotTransformTestcase(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 testNotTransformDecodeException()
          Test not transform decode exception.
 void testNotTransformDecodeFalseToTrue()
          Test not transform decode false to true.
 void testNotTransformDecodeTrueToFalse()
          Test not transform decode true to false.
 void testNotTransformDecodeTypeTestWithFalse()
          Test not transform decode type test with false.
 void testNotTransformDecodeTypeTestWithTrue()
          Test not transform decode type test with true.
 void testNotTransformEncodeException()
          Test not transform encode exception.
 void testNotTransformEncodeFalseToTrue()
          Test not transform encode false to true.
 void testNotTransformEncodeTrueToFalse()
          Test not transform encode true to false.
 void testNotTransformEncodeTypeTestWithFalse()
          Test not transform encode type test with false.
 void testNotTransformEncodeTypeTestWithTrue()
          Test not transform encode type test with true.
 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

NotTransformTestcase

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

testNotTransformDecodeException

public void testNotTransformDecodeException()
Test not transform decode exception.


testNotTransformDecodeFalseToTrue

public void testNotTransformDecodeFalseToTrue()
Test not transform decode false to true.


testNotTransformDecodeTrueToFalse

public void testNotTransformDecodeTrueToFalse()
Test not transform decode true to false.


testNotTransformDecodeTypeTestWithFalse

public void testNotTransformDecodeTypeTestWithFalse()
Test not transform decode type test with false.


testNotTransformDecodeTypeTestWithTrue

public void testNotTransformDecodeTypeTestWithTrue()
Test not transform decode type test with true.


testNotTransformEncodeException

public void testNotTransformEncodeException()
Test not transform encode exception.


testNotTransformEncodeFalseToTrue

public void testNotTransformEncodeFalseToTrue()
Test not transform encode false to true.


testNotTransformEncodeTrueToFalse

public void testNotTransformEncodeTrueToFalse()
Test not transform encode true to false.


testNotTransformEncodeTypeTestWithFalse

public void testNotTransformEncodeTypeTestWithFalse()
Test not transform encode type test with false.


testNotTransformEncodeTypeTestWithTrue

public void testNotTransformEncodeTypeTestWithTrue()
Test not transform encode type test with true.


testTransformConstruction

public void testTransformConstruction()
Test transform construction.


1.0.0

Copyright (c) 1999, 2007 IBM