Ejemplo n.º 1
0
        public void Properties()
        {
            Int16AnimationBasePoker poker = new Int16AnimationBasePoker();

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