edu.sdsc.inca.repository
Class RepositoryPackageTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byedu.sdsc.inca.repository.RepositoryPackageTest
All Implemented Interfaces:
junit.framework.Test

public class RepositoryPackageTest
extends junit.framework.TestCase


Constructor Summary
RepositoryPackageTest()
           
 
Method Summary
 void testNonexistentRepository()
          Test that an instantiation with a non-existent URL throws an exception.
 void testReporterFetch()
           
 void testValidRepository()
          Test that an instantiation with a valid URL succeeds.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RepositoryPackageTest

public RepositoryPackageTest()
Method Detail

testNonexistentRepository

public void testNonexistentRepository()
Test that an instantiation with a non-existent URL throws an exception.


testValidRepository

public void testValidRepository()
Test that an instantiation with a valid URL succeeds.


testReporterFetch

public void testReporterFetch()
                       throws java.io.IOException
Throws:
java.io.IOException