Re: Unit testing frameworks
Re: Unit testing frameworks
- Subject: Re: Unit testing frameworks
- From: Marco Scheurer <email@hidden>
- Date: Thu, 27 May 2004 11:50:33 +0200
For me the most important thing is that it's easy to run and to create
tests. jUnit is not perfect but now that I have a template to create
new test-classes and I can use IDEA 4.0's integrated testing
functionality (which saved me from the work of having to group
test-classes together by hand) to run them, it is fairly smooth
sailing. OCUnit isn't quite there yet, but that's mostly because of
IDEA being a better IDE than XCode rather than any real defects in
OCUnit.
What do you mean? OCUnit comes with templates for many kind of projects
with tests and for a TestCase subclass file. Test cases are
automatically found at runtime and grouped into test suites. Test
results are reported in Xcode. It doesn't take much more than
installing the package and writing test cases...
marco
Marco Scheurer
Sen:te, Lausanne, Switzerland
http://www.sente.ch
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.