16 Feb
2010
16 Feb
'10
9:51 a.m.
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