Beispiel #1
0
 public void SetUp()
 {
     _appliedEvents = new List<object>();
     _applier = _ => _appliedEvents.Add(_);
     _sut = new WithoutHandlersEntity(_applier);
 }
 public void Setup()
 {
     _appliedEvents = new List <object>();
     _applier       = _ => _appliedEvents.Add(_);
     _sut           = new WithoutHandlersEntity(_applier);
 }