mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-07-07 20:06:36 +02:00
Unit tests
- Added tests for Transport class
This commit is contained in:
parent
04c6c11175
commit
0930f3c5f7
5 changed files with 96 additions and 11 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue