Ejemplo n.º 1
0
        public void swallow_exceptions()
        {
            var blowsUpDisposing = new BlowsUpDisposing();
            blowsUpDisposing.SafeDispose();

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

            blowsUpDisposing.SafeDispose();

            blowsUpDisposing.DisposeWasCalled.ShouldBeTrue();
        }