Esempio n. 1
0
        public void Protected()
        {
            ThumbAutomationPeerPoker tap = new ThumbAutomationPeerPoker(new Thumb());

            Assert.AreEqual(AutomationControlType.Thumb, tap.GetAutomationControlTypeCore_(), "GetAutomationControlType");
            Assert.AreEqual("Thumb", tap.GetClassNameCore_(), "GetClassName");
        }
Esempio n. 2
0
		public void Protected ()
		{
			ThumbAutomationPeerPoker tap = new ThumbAutomationPeerPoker (new Thumb ());
			Assert.AreEqual (AutomationControlType.Thumb, tap.GetAutomationControlTypeCore_ (), "GetAutomationControlType");
			Assert.AreEqual ("Thumb", tap.GetClassNameCore_ (), "GetClassName");
		}