com.buglabs.osgi.obr.tests
Class BaseTestCases

java.lang.Object
  extended by TestCase
      extended by com.buglabs.osgi.obr.tests.BaseTestCases

public class BaseTestCases
extends TestCase


Constructor Summary
BaseTestCases()
           
 
Method Summary
protected  void setUp()
           
 void testAccessResources()
           
 void testLoadRepository()
           
 void testServiceAvailable()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BaseTestCases

public BaseTestCases()
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

testServiceAvailable

public void testServiceAvailable()

testLoadRepository

public void testLoadRepository()
                        throws java.net.MalformedURLException,
                               java.lang.Exception
Throws:
java.net.MalformedURLException
java.lang.Exception

testAccessResources

public void testAccessResources()
                         throws java.lang.Exception
Throws:
java.lang.Exception