Tests.VariableProperties.KeyShortcut C# (CSharp) Method

KeyShortcut() private method

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