Archive for April 27th, 2007

Friday, April 27th, 2007

Fixtures: update to unit testing framework

I added methods to MGTestCase which are called before (setup) and after (tearDown) each test. Uses of these methods would be to create (and destroy) some common data for each of the tests in the MGTestCase, to time each test, or to do any task that must be done on a test-by-test basis as [...]

1 Comment » - Posted in IDL, Objects by Michael Galloy