Exemplo n.º 1
0
 public void TestCleanup()
 {
     this.eventBus      = null;
     this.eventListener = null;
 }
Exemplo n.º 2
0
 public void TestInitialize()
 {
     this.eventBus      = new EventBus();
     this.eventListener = new TestEventListener();
 }