Esempio n. 1
0
 protected virtual void Notify(TestObserver.EEventType type, TestObserver observer)
 {
     observer.Notify(type, this);
 }
Esempio n. 2
0
 protected override void Notify(TestObserver.EEventType type, TestObserver observer)
 {
     // Do nothing because the top level sequence is a
     // sequence hidden to the user and used by the test
     // harness internally only
 }