saving state between fixtures
Ilja Preuß <[email protected]> Mon, 18 Aug 2003 10:30:29 +0200
| Newsgroups | gmane.comp.programming.tools.fit.devel |
|---|---|
| Message-ID | <000e01c36562$fb570390$6402a8c0@tiger> |
John Roth wrote: > A. We need a supported method of saving state > between fixtures in a single test. That is something I wonder about, too. How are you doing it now? I am using kind of a Singleton approach, but I don't like it very much... Regards, Ilja