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

ExemptionMechanismExceptionTest

public class ExemptionMechanismExceptionTest extends org.apache.harmony.testframework.serialization.SerializationTest
Test for ExemptionMechanismException serialization

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


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

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