Home
last modified time | relevance | path

Searched refs:proValues (Results 1 – 1 of 1) sorted by relevance

/trunk/test/testuno/source/fvt/uno/sd/bullet/
H A DCheckBulletStyle.java151 PropertyValue[] proValues = (PropertyValue[])xReplace.getByIndex(0); in testBulletColor() local
152 assertEquals("name should be BulletColor", "BulletColor", proValues[11].Name); in testBulletColor()
153 assertEquals("BulletColor should be 255(Blue)", new Integer(255), proValues[11].Value); in testBulletColor()
171 PropertyValue[] proValues = (PropertyValue[])xReplace.getByIndex(0); in testBulletSize() local
172 assertEquals("name should be BulletRelSize", "BulletRelSize", proValues[12].Name); in testBulletSize()
173 assertEquals("BulletRelSize should be 200%", new Short((short)200), proValues[12].Value); in testBulletSize()

Completed in 75 milliseconds