コード例 #1
0
        public void Properties()
        {
            StringAnimationBasePoker poker = new StringAnimationBasePoker();

            Assert.AreEqual(typeof(String), poker.TargetPropertyType);
        }
コード例 #2
0
	public void Properties ()
	{
		StringAnimationBasePoker poker = new StringAnimationBasePoker ();
		Assert.AreEqual (typeof (String), poker.TargetPropertyType);
	}