org.embl.ebi.escience.scufl
Class ScuflModelTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.embl.ebi.escience.scufl.ScuflModelTest
All Implemented Interfaces:
junit.framework.Test

public class ScuflModelTest
extends junit.framework.TestCase


Constructor Summary
ScuflModelTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testConstruction()
           
 void testEventListening()
           
 void testNameStuff()
           
 void testNotifyThread()
           
 
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

ScuflModelTest

public ScuflModelTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

tearDown

public void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testConstruction

public void testConstruction()

testNameStuff

public void testNameStuff()
                   throws ProcessorCreationException,
                          DuplicateProcessorNameException,
                          UnknownProcessorException,
                          UnknownPortException,
                          MalformedNameException,
                          SetOnlineException
Throws:
ProcessorCreationException
DuplicateProcessorNameException
UnknownProcessorException
UnknownPortException
MalformedNameException
SetOnlineException

testNotifyThread

public void testNotifyThread()

testEventListening

public void testEventListening()
                        throws java.lang.Throwable
Throws:
java.lang.Throwable