|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
com.jcorporate.expresso.services.test.ExpressoTestCase
com.jcorporate.expresso.core.misc.tests.Base64Test
Unit tests for the Base64 encoding class
| Constructor Summary | |
Base64Test(String testName)
|
|
| Method Summary | |
static void |
main(String[] args)
|
static junit.framework.Test |
suite()
Filler Function to conform to log4j test suites. |
void |
testBase64NoPadding()
Tests the proprietary non-padding Base64 scheme. |
void |
testBase64WithPadding()
Tests a normal base64 operation. |
| Methods inherited from class com.jcorporate.expresso.services.test.ExpressoTestCase |
getLog, setUp, tearDown |
| Methods inherited from class junit.framework.TestCase |
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Base64Test(String testName)
throws Exception
| Method Detail |
public static void main(String[] args)
throws Exception
Exceptionpublic static junit.framework.Test suite()
public void testBase64WithPadding()
public void testBase64NoPadding()
|
Expresso 5-5-0 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||