14
Apr
2009
A Test fixture can be made of the followingFixture (optional)FixtureSetUp - this is ran once before all the tests (set up the fixture)FixtureTearDown - run after all the tests have completed (this can be used to clean up after all the tests)SetUp - r
Read more