Acrolinx.Sdk.Sidebar.Tests.DocumentModelTest.EmptyIsEmptyAndNotNull C# (CSharp) Method

EmptyIsEmptyAndNotNull() private method

private EmptyIsEmptyAndNotNull ( ) : void
return void
        public void EmptyIsEmptyAndNotNull()
        {
            var map = new DocumentMap<string>();
            Assert.AreEqual(0, map.GetRelativeRange(new Range(0, 7)).Count);
        }