Package org.apache.abdera.protocol.server

Examples of org.apache.abdera.protocol.server.ServiceManager


import junit.framework.TestCase;

public class UtilityTest extends TestCase {

  public static void testServiceManager() throws Exception {
    ServiceManager sm = ServiceManager.getInstance();
    assertNotNull(sm);
    assertNotNull(sm.newServiceContext(new HashMap<String,String>()));
  }
View Full Code Here


    assertEquals(EncodingUtil.decode(tq1),t);
    assertEquals(EncodingUtil.decode(tq2),t);
  }
 
  public static void testServiceManager() throws Exception {
    ServiceManager sm = ServiceManager.getInstance();
    assertNotNull(sm);
    assertNotNull(sm.newServiceContext(new HashMap<String,String>()));
  }
View Full Code Here

TOP

Related Classes of org.apache.abdera.protocol.server.ServiceManager

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.