|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.puremvc.java.patterns.observer.NotificationTest
public class NotificationTest
Test the PureMVC Notification class.
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 |
---|
public NotificationTest()
Method Detail |
---|
public void testNameAccessors()
public void testBodyAccessors()
public void testConstructor()
public void testToString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |