In some case it will be useful to have a setup and teardown method for fixture. This could speed up execution of the test if I generate const object only once for all the fixture. Presently they waste time to regenerate object for each test.
Log in to post a comment.