コード例 #1
0
ファイル: AttributesTesting.cs プロジェクト: rChavz/lara
        public void NotifyFlagSkipsSameValue()
        {
            var input = new InputElement
            {
                Checked = true
            };

            input.NotifyChecked(true);
            Assert.True(input.Checked);
        }