> -----Original Message----- > From: Martin Sebor [mailto:[EMAIL PROTECTED] On Behalf Of Martin Sebor > Sent: Friday, July 11, 2008 1:06 PM > To: [email protected] > Subject: Re: structure of tuple tests ([Fwd: Re: svn commit: > r675044 - in /stdcxx/branches/4.3.x: include/rw/_tuple.h > include/tuple tests/utilities/20.tuple.cnstr.cpp > tests/utilities/20.tuple.creation.cpp > tests/utilities/20.tuple.h tests/utilities/20.tuple.helpers > ... > > You might want to consider extending the UserClass class defined > in tests/include/rw_value.h, or at least borrowing code or ideas > from it.
I generalized the overall test pattern for tuples with the latest revision 677458. It might not be exactly what you're after but I think it's much closer than the previous version. For instance, I lot of the tests could be wrapped in TEST() function macros. Have a look if you find time. Brad.
