On Mar 12, 2008, at 6:20 PM, Kevin Menard wrote:
assertEquals(1, c.getShippingAddresses());
Did you really mean this, or 'getShippingAddresses' is some cover method that returns int?
assertEquals(1, c.getShippingAddresses().size()); Andrus
On Mar 12, 2008, at 6:20 PM, Kevin Menard wrote:
assertEquals(1, c.getShippingAddresses());
Did you really mean this, or 'getShippingAddresses' is some cover method that returns int?
assertEquals(1, c.getShippingAddresses().size()); Andrus