Does Linux Cure Cancer?
Posted on April 20th, 2007 by Ben
I recently had a need to simulate an FTP server connection in some unit tests. Rather than developing a full test-server, for this purpose, I could easily simulate an FTP stream by creating it in memory, and then passing that stream to the functions that expect it:
public [...]
Popularity: 4% [?]
Filed under: Code | No Comments »