edu.sdsc.inca.repository
Class RepositoryPackageTest

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

public class RepositoryPackageTest
extends junit.framework.TestCase


Constructor Summary
RepositoryPackageTest()
           
 
Method Summary
 void testGetPropertyValues()
          Tests the getPropertyValues class method.
 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.


testGetPropertyValues

public void testGetPropertyValues()
Tests the getPropertyValues class method.


testReporterFetch

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