for (int i = 0; i < inputValues.length; i++)
{
doTestStrictNess(facesContext, wrapper, Locale.US, inputValues[i]);
}
mock.verify();
}
public void testSettingFractDigitsAndSettingMinDigitsAreHononured()
{
Number[] inputValues = {new Long(1234), new Double(1234.5678), new Double(1234), new Double(10.00)};