
2 Feb
2006
2 Feb
'06
1:34 p.m.
Jody Hagins wrote:
On Wed, 01 Feb 2006 09:34:14 -0500 David Abrahams <dave@boost-consulting.com> wrote:
[snip]
The Boost.Test tools make writing them much simpler than my previous tools. I really don't have an excuse to do otherwise (at least for unit tests). I am still lacking good integration testing tools. Lots of my code is related to distributed systems, so I have to write lots of proxy objects. Blech.
Have you seen http://www.codeproject.com/threads/RMI_For_Cpp.asp ? The library in question was discussed at the boost developers list some time ago, and this appears to be a newly released version. // Johan