Package org.araneaframework.mock.core

Examples of org.araneaframework.mock.core.MockStandardWidget


  public void testSerialization() throws Exception {
    adapter = (ServletServiceAdapterComponent)initAdapter("serializationTestsConf.xml");
   
    BeanFactory factory = servlet.getFactory();
    MockViewPortWidget widget = (MockViewPortWidget)factory.getBean("rootWidget");
    widget.setChild(new MockStandardWidget());
    adapter.service(req, resp);
    //success if no exception thrown
  }
View Full Code Here

TOP

Related Classes of org.araneaframework.mock.core.MockStandardWidget

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.