public void swallow_exceptions() { var blowsUpDisposing = new BlowsUpDisposing(); blowsUpDisposing.SafeDispose(); blowsUpDisposing.DisposeWasCalled.ShouldBeTrue(); }