com.deltax.util.listener
Class TSignalSourceTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.deltax.util.listener.TSignalSourceTest
All Implemented Interfaces:
junit.framework.Test

public class TSignalSourceTest
extends junit.framework.TestCase

A test suite for the asynchronous listening framework.

Version:
1.0
Author:
Cristiano Sadun

Constructor Summary
TSignalSourceTest(java.lang.String name)
           
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
static junit.framework.TestSuite suite()
           
 void testBlockingListener()
           
 void testRegistry()
           
 void testSignalMatch()
          A test to make sure the number and type of signal notified are identical to the number and type of signal received.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

TSignalSourceTest

public TSignalSourceTest(java.lang.String name)
Method Detail

main

public static void main(java.lang.String[] args)

setUp

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

testRegistry

public void testRegistry()

testSignalMatch

public void testSignalMatch()
A test to make sure the number and type of signal notified are identical to the number and type of signal received.


testBlockingListener

public void testBlockingListener()

suite

public static junit.framework.TestSuite suite()