com.buglabs.osgi.http.test
Class ResourceTestCases

java.lang.Object
  extended by TestCase
      extended by com.buglabs.osgi.http.test.ResourceTestCases

public class ResourceTestCases
extends TestCase


Field Summary
static java.lang.String INTERNAL_ALIAS
           
static java.lang.String SERVLET_ALIAS
           
static java.lang.String TARGET_HOST
           
 
Constructor Summary
ResourceTestCases()
           
 
Method Summary
 void testGetHTTPService()
           
 void testGetResource()
           
 void testRegisterResource()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TARGET_HOST

public static java.lang.String TARGET_HOST

SERVLET_ALIAS

public static java.lang.String SERVLET_ALIAS

INTERNAL_ALIAS

public static java.lang.String INTERNAL_ALIAS
Constructor Detail

ResourceTestCases

public ResourceTestCases()
Method Detail

testGetHTTPService

public void testGetHTTPService()

testRegisterResource

public void testRegisterResource()
                          throws ServletException,
                                 NamespaceException,
                                 java.net.MalformedURLException,
                                 java.io.IOException,
                                 org.xml.sax.SAXException
Throws:
ServletException
NamespaceException
java.net.MalformedURLException
java.io.IOException
org.xml.sax.SAXException

testGetResource

public void testGetResource()
                     throws ServletException,
                            NamespaceException,
                            java.net.MalformedURLException,
                            java.io.IOException,
                            org.xml.sax.SAXException
Throws:
ServletException
NamespaceException
java.net.MalformedURLException
java.io.IOException
org.xml.sax.SAXException