Subject: [Boost-users] Server / client Boost.Test
From: Christian Auby (christian_at_[hidden])
Date: 2010-02-16 04:51:42


How would I go about writing a unit test that runs first a network
server, then connects to it and does some operations with it?

I can see issues with the run order, and if there's a problem in the
server it might never respond and the test would run forever.

regards,

Christian