org.puremvc.java.patterns.proxy
Class ProxyTest

java.lang.Object
  extended by org.puremvc.java.patterns.proxy.ProxyTest

public class ProxyTest
extends java.lang.Object

Test the PureMVC Proxy class.

See Also:
IProxy, Proxy

Constructor Summary
ProxyTest()
           
 
Method Summary
 void testConstructor()
          Tests setting the name and body using the Notification class Constructor.
 void testDataAccessors()
          Tests setting and getting the data using Proxy class accessor methods.
 void testNameAccessor()
          Tests getting the name using Proxy class accessor method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProxyTest

public ProxyTest()
Method Detail

testNameAccessor

public void testNameAccessor()
Tests getting the name using Proxy class accessor method. Setting can only be done in constructor.


testDataAccessors

public void testDataAccessors()
Tests setting and getting the data using Proxy class accessor methods.


testConstructor

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