public void Properties ()
	{
		DecimalAnimationBasePoker poker = new DecimalAnimationBasePoker ();
		Assert.AreEqual (typeof (Decimal), poker.TargetPropertyType);
	}
Ejemplo n.º 2
0
        public void Properties()
        {
            DecimalAnimationBasePoker poker = new DecimalAnimationBasePoker();

            Assert.AreEqual(typeof(Decimal), poker.TargetPropertyType);
        }