Sorry. It was some weird pseudocode. getShippingAddresses() is a standard
List returning method, so .size() should have been used.
-- KevinOn 3/12/08 1:26 PM, "Andrus Adamchik" <andru..bjectstyle.org> wrote:
> > 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
This archive was generated by hypermail 2.0.0 : Wed Mar 12 2008 - 13:37:15 EDT