Add FileTransfer test

Change-Id: I0e71a20823bd50e73f1b642c5183a3626d993e35
Reviewed-by: Christian Kandeler <christian.kandeler@qt.io>
This commit is contained in:
Jarek Kobus
2022-05-23 12:28:31 +02:00
parent 1f022735d4
commit 283cd4690f
2 changed files with 99 additions and 11 deletions

View File

@@ -50,12 +50,15 @@ private slots:
void testDirStatus();
void testBytesAvailable();
void testFileActions();
void testFileTransfer_data();
void testFileTransfer();
void cleanupTestCase();
private:
TestLinuxDeviceFactory m_testLinuxDeviceFactory;
bool m_skippedAtWhole = false;
ProjectExplorer::IDeviceConstPtr m_device;
};
} // Internal