public override void GetAutomationControlType()
        {
            MediaElementAutomationPeerPoker mapp = new MediaElementAutomationPeerPoker(new MediaElement());

            Assert.AreEqual(AutomationControlType.Custom, mapp.GetAutomationControlType(), "GetAutomationControlType");
            Assert.AreEqual(AutomationControlType.Custom, mapp.GetAutomationControlTypeCore_(), "GetAutomationControlTypeCore");
        }
		public override void GetAutomationControlType ()
		{
			MediaElementAutomationPeerPoker mapp = new MediaElementAutomationPeerPoker (new MediaElement ());
			Assert.AreEqual (AutomationControlType.Custom, mapp.GetAutomationControlType (), "GetAutomationControlType");
			Assert.AreEqual (AutomationControlType.Custom, mapp.GetAutomationControlTypeCore_ (), "GetAutomationControlTypeCore");
		}