Package org.apache.pluto.portalImpl.portlet.test

Examples of org.apache.pluto.portalImpl.portlet.test.NoOpTest


                    if(name != null) {
                        Class cl = Class.forName(config.getTestClassName());
                        test = (PortletTest)cl.newInstance();
                    }
                    else {
                        test = new NoOpTest();
                    }
                    test.init(config);
                    tests.put(String.valueOf(i++), test);
                }
            }
View Full Code Here

TOP

Related Classes of org.apache.pluto.portalImpl.portlet.test.NoOpTest

Copyright © 2018 www.massapicom. 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.