FileDocCategorySizeDatePackage
IllegalBlockSizeExceptionTest.javaAPI DocAndroid 1.5 API1695Wed May 06 22:41:02 BST 2009org.apache.harmony.crypto.tests.javax.crypto.serialization

IllegalBlockSizeExceptionTest

public class IllegalBlockSizeExceptionTest extends org.apache.harmony.testframework.serialization.SerializationTest
Test for IllegalBlockSizeException serialization

Fields Summary
public static String[]
msgs
Constructors Summary
Methods Summary
protected java.lang.Object[]getData()


       
        return new Object[] { new IllegalBlockSizeException(),
                new IllegalBlockSizeException(null), new IllegalBlockSizeException(msgs[1]) };
    
public static voidmain(java.lang.String[] args)

        junit.textui.TestRunner.run(IllegalBlockSizeExceptionTest.class);