Example #1
0
 public void LifetimeEventHandlerShouldBeCalled()
 {
     using (var scope = _parsingScopes.NewScope(RangeAddress.Empty))
     { }
     _lifeTimeEventHandler.AssertWasCalled(x => x.ParsingCompleted());
 }