That is a good method. I will probably use that.

[Sent from my Android phone]

On 10 Jun 2010 19:20, "Sean Farrell" <sean.farr...@rioki.org> wrote:

If you need a static environment, why not setup and clean up your
stuff in your main?

int main()
{
 SetupXmlStuff()
 int result = UnitTest::RunAllTests();
 CleanUpXmlStuff();
 return result;

}

On Wed, Jun 9, 2010 at 1:51 PM, Clark Gaebel <cg.wowus...@gmail.com> wrote:
> Your code would jus...
------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
unittest-cpp-devel mailing list
unittest-cpp-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/unittest-cpp-devel

Reply via email to