Re: Unit testing framework suggestions?
Re: Unit testing framework suggestions?
- Subject: Re: Unit testing framework suggestions?
- From: Georg Tuparev <email@hidden>
- Date: Mon, 27 Sep 2004 01:33:08 +0200
On Sep 27, 2004, at 1:20 AM, Marcel Weiher wrote:
In our testing framework, we create an instance of the tested class
for every single test method.
You do? Automatically by the test framework? I tend to leave this up
to the test method in question (which will be a class method of the
class under test unless you configure it differently).
TSTTCPW as usual. Most of the time our default behavior is all we need.
For the exceptions we override the setUp method...
Georg Tuparev
Tuparev Technologies
Klipper 13
1186 VR Amstelveen
The Netherlands
Mobile: +31-6-55798196
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden