Tests.VariableProperties.KeyIncrementShortcut C# (CSharp) Method

KeyIncrementShortcut() private method

private KeyIncrementShortcut ( ) : void
return void
        public void KeyIncrementShortcut()
        {
            Variable.KeyIncrementShortcut = "CTRL+A";
            Assert.AreEqual("CTRL+A", Variable.KeyIncrementShortcut);
        }