import junit.framework.TestCase;
// TODO rewrite formatting tests without requiring client side GWT.create() call caused by NumberFormat/Random class.
public class FieldCurrencyTest extends TestCase {
public void testFormatting() {
final AbstractField field = new FieldCurrency("revenue", "Some label", "0");
final Dto test = new Dto();
test.set("1", 0);
test.set("2", Integer.MAX_VALUE);
test.set("3", Integer.MIN_VALUE);