Tests.GetItemExclusive_when_item_does_not_exist.outputs_not_locked C# (CSharp) Method

outputs_not_locked() private method

private outputs_not_locked ( ) : void
return void
        public void outputs_not_locked()
        {
            Assert.False(Locked);
        }
GetItemExclusive_when_item_does_not_exist