aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/remotelinux/filesystemaccess_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/remotelinux/filesystemaccess_test.h')
-rw-r--r--src/plugins/remotelinux/filesystemaccess_test.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/plugins/remotelinux/filesystemaccess_test.h b/src/plugins/remotelinux/filesystemaccess_test.h
index 9684cbc9264..087eabbcad9 100644
--- a/src/plugins/remotelinux/filesystemaccess_test.h
+++ b/src/plugins/remotelinux/filesystemaccess_test.h
@@ -4,6 +4,7 @@
#pragma once
#include <projectexplorer/devicesupport/idevicefactory.h>
+#include <utils/filepath.h>
namespace RemoteLinux {
namespace Internal {
@@ -23,11 +24,16 @@ private slots:
void testCreateRemoteFile_data();
void testCreateRemoteFile();
+ void testWorkingDirectory();
void testDirStatus();
void testBytesAvailable();
void testFileActions();
void testFileTransfer_data();
void testFileTransfer();
+ void testFileStreamer_data();
+ void testFileStreamer();
+ void testFileStreamerManager_data();
+ void testFileStreamerManager();
void cleanupTestCase();
@@ -35,6 +41,16 @@ private:
TestLinuxDeviceFactory m_testLinuxDeviceFactory;
bool m_skippedAtWhole = false;
ProjectExplorer::IDeviceConstPtr m_device;
+ Utils::FilePath m_localStreamerDir;
+ Utils::FilePath m_remoteStreamerDir;
+ Utils::FilePath m_localSourceDir;
+ Utils::FilePath m_remoteSourceDir;
+ Utils::FilePath m_localDestDir;
+ Utils::FilePath m_remoteDestDir;
+ Utils::FilePath m_localLocalDestDir;
+ Utils::FilePath m_localRemoteDestDir;
+ Utils::FilePath m_remoteLocalDestDir;
+ Utils::FilePath m_remoteRemoteDestDir;
};
} // Internal