test.compliance.core.notification.connection
Class ConnectionNotificationTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by test.compliance.core.notification.connection.ConnectionNotificationTest
All Implemented Interfaces:
EventListener, NotificationListener, junit.framework.Test

public class ConnectionNotificationTest
extends junit.framework.TestCase
implements NotificationListener

Author:
Tom Elrod

Constructor Summary
ConnectionNotificationTest()
           
 
Method Summary
 void handleNotification(Notification notification, Object o)
           
 void setUp()
           
 void tearDown()
           
 void testConnectionNotifications()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectionNotificationTest

public ConnectionNotificationTest()
Method Detail

setUp

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

tearDown

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

testConnectionNotifications

public void testConnectionNotifications()
                                 throws Exception
Throws:
Exception

handleNotification

public void handleNotification(Notification notification,
                               Object o)
Specified by:
handleNotification in interface NotificationListener


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.