ObjectMother is just a pattern for unit testing to pull together code that sets up the objects for testing. It should not be used in production, but may reveal some information about how objects work together. It seems to me like a way to minimize duplication in your testing code.
================================================================= Jeffrey D. Brekke Quad/Graphics [EMAIL PROTECTED] http://www.qg.com > -----Original Message----- > From: Chris K Chew [mailto:[EMAIL PROTECTED]] > Sent: Monday, September 30, 2002 11:04 AM > To: Turbine Users List > Subject: RE: Torque, junit and unit testing > > > >Rex Madden: > >It's funny that you mentioned the Object Mother pattern, > because I just > >started using that as well. > > What do you (Rex and/or Jeff) see as the difference between > an Object Mother > and a Turbine Service? > > Chris > > > -- > To unsubscribe, e-mail: > <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: > <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
