Ejemplo n.º 1
0
 public void SetUp()
 {
     _appliedEvents = new List<object>();
     _applier = _ => _appliedEvents.Add(_);
     _sut = new WithHandlersEntity(_applier);
 }
Ejemplo n.º 2
0
 public void Setup()
 {
     _appliedEvents = new List <object>();
     _applier       = _ => _appliedEvents.Add(_);
     _sut           = new WithHandlersEntity(_applier);
 }