Tests.GetItemExclusive_when_item_does_not_exist.returns_null C# (CSharp) Method

returns_null() private method

private returns_null ( ) : void
return void
        public void returns_null()
        {
            Assert.Null(Result);
        }
GetItemExclusive_when_item_does_not_exist