public class CombiningNotifierTest extends Object
CombiningNotifier works as expected.| Constructor and Description |
|---|
CombiningNotifierTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
administratorEventsAreDistributedToAllAdministrators()
The cut distributes administrator events to all administrators.
|
void |
developerEventsAreDistributedToAllDevelopers()
The cut distributes developer events to all developers.
|
void |
listenersCanBeEmpty()
It is possible that for some events no listeners are registered.
|
void |
setUpCut()
Sets up the cut.
|
void |
traderEventsAreDistributedToAllTraders()
The cut distributes trader events to all traders.
|
public void setUpCut()
public void traderEventsAreDistributedToAllTraders()
public void administratorEventsAreDistributedToAllAdministrators()
public void developerEventsAreDistributedToAllDevelopers()
public void listenersCanBeEmpty()
Copyright © 2016. All rights reserved.