Package org.apache.webbeans.newtests.injection.serialization.beans

Examples of org.apache.webbeans.newtests.injection.serialization.beans.SerializableBean


        beanClasses.add(NonSerializableDependentBean.class);

        try
        {
            startContainer(beanClasses, beanXmls);
            SerializableBean sb = getInstance(SerializableBean.class);
            Assert.assertNotNull(sb);
        }
        finally {
            shutDownContainer();
        }
View Full Code Here

TOP

Related Classes of org.apache.webbeans.newtests.injection.serialization.beans.SerializableBean

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.