net.sf.taverna.raven.spi
Class ProfileTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by net.sf.taverna.raven.spi.ProfileTest
All Implemented Interfaces:
junit.framework.Test

public class ProfileTest
extends junit.framework.TestCase


Constructor Summary
ProfileTest()
           
 
Method Summary
 void testBadProfile1()
           
 void testBadProfile2()
           
 void testFilter()
           
 void testFilterNonStrict()
           
 void testGetArtifacts()
           
 void testGoodProfile()
           
 void testVersionedProfile()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, setName, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProfileTest

public ProfileTest()
Method Detail

testBadProfile1

public void testBadProfile1()

testBadProfile2

public void testBadProfile2()

testFilter

public void testFilter()
                throws InvalidProfileException
Throws:
InvalidProfileException

testFilterNonStrict

public void testFilterNonStrict()
                         throws InvalidProfileException
Throws:
InvalidProfileException

testGetArtifacts

public void testGetArtifacts()
                      throws InvalidProfileException
Throws:
InvalidProfileException

testGoodProfile

public void testGoodProfile()
                     throws InvalidProfileException
Throws:
InvalidProfileException

testVersionedProfile

public void testVersionedProfile()
                          throws InvalidProfileException
Throws:
InvalidProfileException