Lines Matching refs:proValues2

169 		PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0);   in testPrefix()  local
170 for(int i=0;i<proValues2.length;i++) in testPrefix()
172 if(proValues2[i].Name.equals("Prefix")) in testPrefix()
174 assertEquals("Prefix should be "+prefix, prefix, proValues2[i].Value); in testPrefix()
212 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testSuffix() local
213 for(int i=0;i<proValues2.length;i++) in testSuffix()
215 if(proValues2[i].Name.equals("Suffix")) in testSuffix()
217 assertEquals("Suffix should be "+suffix, suffix, proValues2[i].Value); in testSuffix()
256 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testStartWith() local
259 for(int i=0;i<proValues2.length;i++) in testStartWith()
261 if(proValues2[i].Name.equals("StartWith")) in testStartWith()
263 assertEquals("StartWith should be "+sStartWith, startWith, proValues2[i].Value); in testStartWith()
305 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testFirstLineOffset() local
307 for(int i=0;i<proValues2.length;i++) in testFirstLineOffset()
309 if(proValues2[i].Name.equals("FirstLineOffset")) in testFirstLineOffset()
312 firstLineOffset, proValues2[i].Value); in testFirstLineOffset()
350 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testLeftMargin() local
352 for(int i=0;i<proValues2.length;i++) in testLeftMargin()
354 if(proValues2[i].Name.equals("LeftMargin")) in testLeftMargin()
356 …assertEquals("Leftmargin should be "+Integer.toString(leftMargin), leftMargin, proValues2[i].Value… in testLeftMargin()
400 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testSymbolTextDistance() local
402 for(int i=0;i<proValues2.length;i++) in testSymbolTextDistance()
404 if(proValues2[i].Name.equals("SymbolTextDistance")) in testSymbolTextDistance()
407 symbolTextDistance, proValues2[i].Value); in testSymbolTextDistance()
433 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testAjustRight() local
435 for(int i=0;i<proValues2.length;i++) in testAjustRight()
437 if(proValues2[i].Name.equals("Adjust")) in testAjustRight()
439 … HoriOrientation.RIGHT", HoriOrientation.RIGHT, AnyConverter.toUnsignedShort(proValues2[i].Value)); in testAjustRight()
478 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testAjustCenter() local
480 for(int i=0;i<proValues2.length;i++) in testAjustCenter()
482 if(proValues2[i].Name.equals("Adjust")) in testAjustCenter()
484 …oriOrientation.CENTER", HoriOrientation.CENTER, AnyConverter.toUnsignedShort(proValues2[i].Value)); in testAjustCenter()
509 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testAjustLeft() local
511 for(int i=0;i<proValues2.length;i++) in testAjustLeft()
513 if(proValues2[i].Name.equals("Adjust")) in testAjustLeft()
516 HoriOrientation.LEFT, AnyConverter.toUnsignedShort(proValues2[i].Value)); in testAjustLeft()
553 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testSymbolColor() local
555 for(int i=0;i<proValues2.length;i++) in testSymbolColor()
558 if(proValues2[i].Name.equals("BulletColor")) in testSymbolColor()
561 new Integer(255), proValues2[i].Value); in testSymbolColor()
599 PropertyValue[] proValues2 = (PropertyValue[])xReplace2.getByIndex(0); in testSymbolSize() local
601 for(int i=0;i<proValues2.length;i++) in testSymbolSize()
603 if(proValues2[i].Name.equals("BulletRelSize")) in testSymbolSize()
606 new Short((short)100), proValues2[i].Value); in testSymbolSize()