org.puremvc.java.patterns.observer
Class NotificationTest

java.lang.Object
  extended by org.puremvc.java.patterns.observer.NotificationTest

public class NotificationTest
extends java.lang.Object

Test the PureMVC Notification class.

See Also:
Notification

Constructor Summary
NotificationTest()
           
 
Method Summary
 void testBodyAccessors()
          Tests setting and getting the body using Notification class accessor methods.
 void testConstructor()
          Tests setting the name and body using the Notification class Constructor.
 void testNameAccessors()
          Tests setting and getting the name using Notification class accessor methods.
 void testToString()
          Tests the toString method of the notification
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NotificationTest

public NotificationTest()
Method Detail

testNameAccessors

public void testNameAccessors()
Tests setting and getting the name using Notification class accessor methods.


testBodyAccessors

public void testBodyAccessors()
Tests setting and getting the body using Notification class accessor methods.


testConstructor

public void testConstructor()
Tests setting the name and body using the Notification class Constructor.


testToString

public void testToString()
Tests the toString method of the notification