AngleSharp.Core.Tests.Library.BrowsingContextTests.BrowsingContextAbstractionShouldBeDisposable C# (CSharp) Method

BrowsingContextAbstractionShouldBeDisposable() private method

private BrowsingContextAbstractionShouldBeDisposable ( ) : void
return void
        public void BrowsingContextAbstractionShouldBeDisposable()
        {
            Assert.Contains(typeof(IDisposable), typeof(IBrowsingContext).GetInterfaces());
        }
    }