|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junit.framework.Assert | +--junit.framework.TestCase | +--com.ls.util.text.EncoderDecoderTestCase
Test class for the Encoding and decoding which contains the test of the method which will check for variables in the logic environment.
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 |
public EncoderDecoderTestCase(String name)
name
- Probably the name of the test.Method Detail |
public void testEncode()
public void testDecode()
public static junit.framework.Test suite()
public static void main(String[] args)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |