|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.puremvc.java.core.ModelTest
public class ModelTest
Test the PureMVC Model class.
Constructor Summary | |
---|---|
ModelTest()
|
Method Summary | |
---|---|
void |
testGetInstance()
Tests the Model Singleton Factory Method |
void |
testHasProxy()
Tests the hasProxy Method |
void |
testOnRegisterAndOnRemove()
Tests that the Model calls the onRegister and onRemove methods |
void |
testRegisterAndRemoveProxy()
Tests the proxy removal method. |
void |
testRegisterAndRetrieveProxy()
Tests the proxy registration and retrieval methods. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ModelTest()
Method Detail |
---|
public void testGetInstance()
public void testRegisterAndRetrieveProxy()
Tests registerProxy
and retrieveProxy
in the same test.
These methods cannot currently be tested separately
in any meaningful way other than to show that the
methods do not throw exception when called.
public void testRegisterAndRemoveProxy()
public void testHasProxy()
public void testOnRegisterAndOnRemove()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |