Re: Unit testing framework suggestions?
Re: Unit testing framework suggestions?
- Subject: Re: Unit testing framework suggestions?
- From: Marcel Weiher <email@hidden>
- Date: Mon, 27 Sep 2004 00:17:53 +0100
On 26 Sep 2004, at 12:12, Marco Scheurer wrote:
On Sep 26, 2004, at 01:41, Georg Tuparev wrote:
Some cases? Always! This saved us many debugging hours.
Yes, especially for custom software, having the possibility to ask
your customer to launch the application in test mode in his
environment can be helpful.
However, most of our users told us they wanted to be able to ship
without the tests and the testing infrastructure. This also make
sense, especially for "shrink-wrap": they are some issues with
installing and depending on a 3rd party framework.
Yes, that is precisely why MPWTest does not create a dependency on the
test-framework. You can leave your tests in the code without having to
ship the testing framework.
So we leave that choice to our users.
There is always choice: you can put the categories in a separate file,
lib or framework and ship without it. You can also create a subclass
for your tests, if you want to. But you don't have to, and that's very
important, IMHO.
Marcel
_______________________________________________
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