Search Results

2
votes
3answers
181 views

How to integration-test a network application in C

I've never managed to move from unit-testing to integration-testing in any graceful or automated way when it comes to network code. So my question is: Given a simple single …