org.eclipse.emf.ecp.changebroker.test
Class ChangeBroker_Test

java.lang.Object
  extended by org.eclipse.emf.ecp.changebroker.test.ChangeBroker_Test

public class ChangeBroker_Test
extends Object

Author:
jfaltermeier

Constructor Summary
ChangeBroker_Test()
           
 
Method Summary
 void before()
           
 void testAddSameEMFObserverTwiceAndRemove()
           
 void testBlockNotification()
           
 void testBlockNotificationAndCallContinue()
           
 void testEMFObserverContainingEClassStrategy()
           
 void testEMFObserverContinueNotification()
           
 void testEMFObserverEClassStrategy()
           
 void testEMFObserverFeatureStrategy()
           
 void testEMFObserverNoStrategy()
           
 void testGetNotificationProviders()
           
 void testGetRegisteredObservers()
           
 void testIgnoreNotifactionsByCallingStopNotification()
           
 void testIgnoreNotifactionsByChangesFromEMFObserver()
           
 void testMultipleBlockers()
           
 void testMultipleEMFObserver()
           
 void testReadOnlyEMFObserverContainingEClassStrategy()
           
 void testReadOnlyEMFObserverEClassStrategy()
           
 void testReadOnlyEMFObserverFeatureStrategy()
           
 void testReadOnlyEMFObserverNoStrategy()
           
 void testReadOnlyObserversStillCalledDuringChangesFromEMFObserver()
           
 void testReadOnlyObserversStillCalledDuringChangesFromEMFObserverComplex()
           
 void testReadOnlyObserversStillCalledWhenStopNotificationUsed()
           
 void testRemoveMultipleBlockers()
           
 void testRemoveObserver()
           
 void testRemoveObserverContainingEClassStrategy()
           
 void testRemoveObserverEClassStrategy()
           
 void testRemoveObserverFeatureStrategy()
           
 void testRemoveObserverNoStrategy()
           
 void testRemoveUnregisteredObserver()
           
 void testRemovingBlockerContinuesUpdate()
           
 void testUnBlockNotification()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ChangeBroker_Test

public ChangeBroker_Test()
Method Detail

before

public void before()

testMultipleEMFObserver

public void testMultipleEMFObserver()
                             throws InterruptedException
Throws:
InterruptedException

testRemoveObserver

public void testRemoveObserver()
                        throws InterruptedException
Throws:
InterruptedException

testAddSameEMFObserverTwiceAndRemove

public void testAddSameEMFObserverTwiceAndRemove()
                                          throws InterruptedException
Throws:
InterruptedException

testRemoveUnregisteredObserver

public void testRemoveUnregisteredObserver()
                                    throws InterruptedException
Throws:
InterruptedException

testEMFObserverNoStrategy

public void testEMFObserverNoStrategy()
                               throws InterruptedException
Throws:
InterruptedException

testEMFObserverEClassStrategy

public void testEMFObserverEClassStrategy()
                                   throws InterruptedException
Throws:
InterruptedException

testEMFObserverContainingEClassStrategy

public void testEMFObserverContainingEClassStrategy()
                                             throws InterruptedException
Throws:
InterruptedException

testIgnoreNotifactionsByChangesFromEMFObserver

public void testIgnoreNotifactionsByChangesFromEMFObserver()
                                                    throws InterruptedException
Throws:
InterruptedException

testIgnoreNotifactionsByCallingStopNotification

public void testIgnoreNotifactionsByCallingStopNotification()
                                                     throws InterruptedException
Throws:
InterruptedException

testEMFObserverContinueNotification

public void testEMFObserverContinueNotification()
                                         throws InterruptedException
Throws:
InterruptedException

testEMFObserverFeatureStrategy

public void testEMFObserverFeatureStrategy()
                                    throws InterruptedException
Throws:
InterruptedException

testRemoveObserverNoStrategy

public void testRemoveObserverNoStrategy()
                                  throws InterruptedException
Throws:
InterruptedException

testRemoveObserverEClassStrategy

public void testRemoveObserverEClassStrategy()
                                      throws InterruptedException
Throws:
InterruptedException

testRemoveObserverContainingEClassStrategy

public void testRemoveObserverContainingEClassStrategy()
                                                throws InterruptedException
Throws:
InterruptedException

testRemoveObserverFeatureStrategy

public void testRemoveObserverFeatureStrategy()
                                       throws InterruptedException
Throws:
InterruptedException

testReadOnlyEMFObserverNoStrategy

public void testReadOnlyEMFObserverNoStrategy()
                                       throws InterruptedException
Throws:
InterruptedException

testReadOnlyEMFObserverEClassStrategy

public void testReadOnlyEMFObserverEClassStrategy()
                                           throws InterruptedException
Throws:
InterruptedException

testReadOnlyEMFObserverContainingEClassStrategy

public void testReadOnlyEMFObserverContainingEClassStrategy()
                                                     throws InterruptedException
Throws:
InterruptedException

testReadOnlyEMFObserverFeatureStrategy

public void testReadOnlyEMFObserverFeatureStrategy()
                                            throws InterruptedException
Throws:
InterruptedException

testReadOnlyObserversStillCalledDuringChangesFromEMFObserver

public void testReadOnlyObserversStillCalledDuringChangesFromEMFObserver()
                                                                  throws InterruptedException
Throws:
InterruptedException

testReadOnlyObserversStillCalledWhenStopNotificationUsed

public void testReadOnlyObserversStillCalledWhenStopNotificationUsed()
                                                              throws InterruptedException
Throws:
InterruptedException

testReadOnlyObserversStillCalledDuringChangesFromEMFObserverComplex

public void testReadOnlyObserversStillCalledDuringChangesFromEMFObserverComplex()
                                                                         throws InterruptedException
Throws:
InterruptedException

testGetNotificationProviders

public void testGetNotificationProviders()

testGetRegisteredObservers

public void testGetRegisteredObservers()

testBlockNotification

public void testBlockNotification()

testBlockNotificationAndCallContinue

public void testBlockNotificationAndCallContinue()

testUnBlockNotification

public void testUnBlockNotification()

testMultipleBlockers

public void testMultipleBlockers()

testRemoveMultipleBlockers

public void testRemoveMultipleBlockers()

testRemovingBlockerContinuesUpdate

public void testRemovingBlockerContinuesUpdate()


Copyright © 2015. All Rights Reserved.