Tests.BooleanVariableProperties.LabelTrue C# (CSharp) Method

LabelTrue() private method

private LabelTrue ( ) : void
return void
        public void LabelTrue()
        {
            Variable.LabelTrue = "testing";
            Assert.AreEqual("testing", Variable.LabelTrue);
        }