Unit tests

- Added tests for Transport class
This commit is contained in:
Johannes Schlatow 2010-09-07 15:44:50 +02:00
parent 04c6c11175
commit 0930f3c5f7
5 changed files with 96 additions and 11 deletions

View file

@ -33,7 +33,7 @@
class TransportSSH : public Transport {
public:
TransportSSH (const std::string&);
TransportSSH (const std::string&, const std::string&, const std::string&, const std::string&);
TransportSSH (const std::string&, const std::string&, const std::string&, const std::string&);
virtual void send (const std::string&);
virtual void recv (std::string);