Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
E
F
G
H
I
L
M
N
O
P
R
S
T
V
T
testBodyAccessors()
- Method in class org.puremvc.java.patterns.observer.
NotificationTest
Tests setting and getting the body using Notification class accessor methods.
testCompareNotifyContext()
- Method in class org.puremvc.java.patterns.observer.
ObserverTest
Tests the compareNotifyContext method of the Observer class
testConstructor()
- Method in class org.puremvc.java.patterns.observer.
NotificationTest
Tests setting the name and body using the Notification class Constructor.
testConstructor()
- Method in class org.puremvc.java.patterns.proxy.
ProxyTest
Tests setting the name and body using the Notification class Constructor.
testDataAccessors()
- Method in class org.puremvc.java.patterns.proxy.
ProxyTest
Tests setting and getting the data using Proxy class accessor methods.
testGetInstance()
- Method in class org.puremvc.java.core.
ControllerTest
Tests the Controller Singleton Factory Method
testGetInstance()
- Method in class org.puremvc.java.core.
ModelTest
Tests the Model Singleton Factory Method
testGetInstance()
- Method in class org.puremvc.java.core.
ViewTest
Tests the View Singleton Factory Method
testGetInstance()
- Method in class org.puremvc.java.patterns.facade.
FacadeTest
Tests the Facade Singleton Factory Method
testHasCommand()
- Method in class org.puremvc.java.core.
ControllerTest
Test hasCommand method.
testHasCommand()
- Method in class org.puremvc.java.patterns.facade.
FacadeTest
Test hasCommand method.
testHasMediator()
- Method in class org.puremvc.java.core.
ViewTest
Tests the hasMediator Method
testHasMediator()
- Method in class org.puremvc.java.patterns.facade.
FacadeTest
Tests the hasMediator Method
testHasProxy()
- Method in class org.puremvc.java.core.
ModelTest
Tests the hasProxy Method
testHasProxy()
- Method in class org.puremvc.java.patterns.facade.
FacadeTest
Tests the hasProxy Method
testMacroCommandExecute()
- Method in class org.puremvc.java.patterns.command.
MacroCommandTest
Tests operation of a
MacroCommand
.
testMediatorReregistration()
- Method in class org.puremvc.java.core.
ViewTest
Tests registering the same mediator twice.
testModifyObserverListDuringNotification()
- Method in class org.puremvc.java.core.
ViewTest
Tests the ability for the observer list to be modified during the process of notification, and all observers be properly notified.
testNameAccessor()
- Method in class org.puremvc.java.patterns.mediator.
MediatorTest
Tests getting the name using Mediator class accessor method.
testNameAccessor()
- Method in class org.puremvc.java.patterns.proxy.
ProxyTest
Tests getting the name using Proxy class accessor method.
testNameAccessors()
- Method in class org.puremvc.java.patterns.observer.
NotificationTest
Tests setting and getting the name using Notification class accessor methods.
testObserverAccessors()
- Method in class org.puremvc.java.patterns.observer.
ObserverTest
Tests observer class when initialized by accessor methods.
testObserverConstructor()
- Method in class org.puremvc.java.patterns.observer.
ObserverTest
Tests observer class when initialized by constructor.
testOnRegisterAndOnRemove()
- Method in class org.puremvc.java.core.
ModelTest
Tests that the Model calls the onRegister and onRemove methods
testOnRegisterAndOnRemove()
- Method in class org.puremvc.java.core.
ViewTest
Tests that the View callse the onRegister and onRemove methods
testRegisterAndExecuteCommand()
- Method in class org.puremvc.java.core.
ControllerTest
Tests Command registration and execution.
testRegisterAndNotifyObserver()
- Method in class org.puremvc.java.core.
ViewTest
Tests registration and notification of Observers.
testRegisterAndRemoveCommand()
- Method in class org.puremvc.java.core.
ControllerTest
Tests Command registration and removal.
testRegisterAndRemoveCommandAndSendNotification()
- Method in class org.puremvc.java.patterns.facade.
FacadeTest
Tests Command removal via the Facade.
testRegisterAndRemoveMediator()
- Method in class org.puremvc.java.core.
ViewTest
Tests registering and removing a mediator
testRegisterAndRemoveProxy()
- Method in class org.puremvc.java.core.
ModelTest
Tests the proxy removal method.
testRegisterAndRemoveProxy()
- Method in class org.puremvc.java.patterns.facade.
FacadeTest
Tests the removing Proxies via the Facade.
testRegisterAndRetrieveMediator()
- Method in class org.puremvc.java.core.
ViewTest
Tests registering and retrieving a mediator with the View.
testRegisterAndRetrieveProxy()
- Method in class org.puremvc.java.core.
ModelTest
Tests the proxy registration and retrieval methods.
testRegisterAndRetrieveProxy()
- Method in class org.puremvc.java.patterns.facade.
FacadeTest
Tests the regsitering and retrieving Model proxies via the Facade.
testRegisterCommandAndSendNotification()
- Method in class org.puremvc.java.patterns.facade.
FacadeTest
Tests Command registration and execution via the Facade.
testRegisterRetrieveAndRemoveMediator()
- Method in class org.puremvc.java.patterns.facade.
FacadeTest
Tests registering, retrieving and removing Mediators via the Facade.
testRemoveMediatorAndSubsequentNotify()
- Method in class org.puremvc.java.core.
ViewTest
Tests registering a Mediator for 2 different notifications, removing the Mediator from the View, and seeing that neither notification causes the Mediator to be notified.
testRemoveOneOfTwoMediatorsAndSubsequentNotify()
- Method in class org.puremvc.java.core.
ViewTest
Tests registering one of two registered Mediators and seeing that the remaining one still responds.
testReregisterAndExecuteCommand()
- Method in class org.puremvc.java.core.
ControllerTest
Tests Removing and Reregistering a Command Tests that when a Command is re-registered that it isn't fired twice.
testSimpleCommandExecute()
- Method in class org.puremvc.java.patterns.command.
SimpleCommandTest
Tests the
execute
method of a
SimpleCommand
.
testSuccessiveRegisterAndRemoveMediator()
- Method in class org.puremvc.java.core.
ViewTest
Tests successive regster and remove of same mediator.
testToString()
- Method in class org.puremvc.java.patterns.observer.
NotificationTest
Tests the toString method of the notification
testViewAccessor()
- Method in class org.puremvc.java.patterns.mediator.
MediatorTest
Tests getting the name using Mediator class accessor method.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
C
E
F
G
H
I
L
M
N
O
P
R
S
T
V