com.ls.util.text
Class EncoderDecoderTestCase

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--com.ls.util.text.EncoderDecoderTestCase
All Implemented Interfaces:
junit.framework.Test

public class EncoderDecoderTestCase
extends junit.framework.TestCase

Test class for the Encoding and decoding which contains the test of the method which will check for variables in the logic environment.

Version:
$Revision: 1.2 $
Author:
Last modified by $Author: PMandal $

Constructor Summary
EncoderDecoderTestCase(String name)
          Constructor for the workflow bean test case
 
Method Summary
static void main(String[] args)
          use to run using kawa
static junit.framework.Test suite()
          use to run more than one Test cases at the same time
 void testDecode()
          Encode the source string
 void testEncode()
          Encode the source string
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, name, run, run, runBare, runTest, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, assertNull, assertNull, assertSame, assertSame, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EncoderDecoderTestCase

public EncoderDecoderTestCase(String name)
Constructor for the workflow bean test case
Parameters:
name - Probably the name of the test.
Method Detail

testEncode

public void testEncode()
Encode the source string

testDecode

public void testDecode()
Encode the source string

suite

public static junit.framework.Test suite()
use to run more than one Test cases at the same time

main

public static void main(String[] args)
use to run using kawa