Package com.sun.jini.test.spec.io.util

Examples of com.sun.jini.test.spec.io.util.FakeMarshalInputStream.resolveClass()


        logger.log(Level.FINE,"=================================");
        logger.log(Level.FINE,"test case 1: resolveClass(null)");
        logger.log(Level.FINE,"");

        try {
            input.resolveClass(null);
        } catch (NullPointerException ignore) { }

        logger.log(Level.FINE,"=================================");
        logger.log(Level.FINE,"test case 2: resolveProxyClass(null)");
        logger.log(Level.FINE,"");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.