eu.scape_project.watch.notification
Class NotificationTest

java.lang.Object
  extended by eu.scape_project.watch.notification.NotificationTest

public class NotificationTest
extends Object

Test Notification Service.

Author:
Luis Faria

Constructor Summary
NotificationTest()
           
 
Method Summary
static void setUpBeforeClass()
          Initialized test adaptor and service.
static void tearDownAfterClass()
          Remove test adaptor from service.
 void testEventConsuming()
          Test the sending of a notification.
 void testGetAdaptors()
          Test the list of adaptors.
 void testGetTypes()
          Test the list of types.
 void testSend()
          Test the sending of a notification.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationTest

public NotificationTest()
Method Detail

setUpBeforeClass

public static void setUpBeforeClass()
Initialized test adaptor and service.


tearDownAfterClass

public static void tearDownAfterClass()
Remove test adaptor from service.


testGetAdaptors

public void testGetAdaptors()
Test the list of adaptors.


testGetTypes

public void testGetTypes()
Test the list of types.


testSend

public void testSend()
Test the sending of a notification.


testEventConsuming

public void testEventConsuming()
Test the sending of a notification.



Copyright © 2012. All Rights Reserved.