Integration tests for KiFS (Kinetica File System) operations.
More...
Inherits IDisposable.
Integration tests for KiFS (Kinetica File System) operations.
Definition at line 15 of file KifsFileHandlerTests.cs.
◆ KifsFileHandlerTests()
| Kinetica.Tests.KifsFileHandlerTests.KifsFileHandlerTests |
( |
| ) |
|
|
inline |
◆ CreateDirectory_ExistsNoError_NoException()
| void Kinetica.Tests.KifsFileHandlerTests.CreateDirectory_ExistsNoError_NoException |
( |
| ) |
|
|
inline |
◆ CreateDirectory_ValidName_CreatesSuccessfully()
| void Kinetica.Tests.KifsFileHandlerTests.CreateDirectory_ValidName_CreatesSuccessfully |
( |
| ) |
|
|
inline |
◆ DeleteDirectory_ValidName_DeletesSuccessfully()
| void Kinetica.Tests.KifsFileHandlerTests.DeleteDirectory_ValidName_DeletesSuccessfully |
( |
| ) |
|
|
inline |
◆ DeleteFiles_ValidFile_DeletesSuccessfully()
| void Kinetica.Tests.KifsFileHandlerTests.DeleteFiles_ValidFile_DeletesSuccessfully |
( |
| ) |
|
|
inline |
◆ DeleteFilesInDirectory_ValidDirectory_DeletesAllFiles()
| void Kinetica.Tests.KifsFileHandlerTests.DeleteFilesInDirectory_ValidDirectory_DeletesAllFiles |
( |
| ) |
|
|
inline |
◆ Dispose()
| void Kinetica.Tests.KifsFileHandlerTests.Dispose |
( |
| ) |
|
|
inline |
◆ Download_MultipleFiles_DownloadsSuccessfully()
| void Kinetica.Tests.KifsFileHandlerTests.Download_MultipleFiles_DownloadsSuccessfully |
( |
| ) |
|
|
inline |
◆ Download_OverwriteExistingFalse_ThrowsException()
| void Kinetica.Tests.KifsFileHandlerTests.Download_OverwriteExistingFalse_ThrowsException |
( |
| ) |
|
|
inline |
◆ Download_SingleFile_DownloadsSuccessfully()
| void Kinetica.Tests.KifsFileHandlerTests.Download_SingleFile_DownloadsSuccessfully |
( |
| ) |
|
|
inline |
◆ DownloadOptions_DefaultValues_AreCorrect()
| void Kinetica.Tests.KifsFileHandlerTests.DownloadOptions_DefaultValues_AreCorrect |
( |
| ) |
|
|
inline |
◆ KifsDirectoryExists_ExistingDirectory_ReturnsTrue()
| void Kinetica.Tests.KifsFileHandlerTests.KifsDirectoryExists_ExistingDirectory_ReturnsTrue |
( |
| ) |
|
|
inline |
◆ KifsDirectoryExists_NonExistingDirectory_ReturnsFalse()
| void Kinetica.Tests.KifsFileHandlerTests.KifsDirectoryExists_NonExistingDirectory_ReturnsFalse |
( |
| ) |
|
|
inline |
◆ KifsFileExists_ExistingFile_ReturnsTrue()
| void Kinetica.Tests.KifsFileHandlerTests.KifsFileExists_ExistingFile_ReturnsTrue |
( |
| ) |
|
|
inline |
◆ KifsFileExists_NonExistingFile_ReturnsFalse()
| void Kinetica.Tests.KifsFileHandlerTests.KifsFileExists_NonExistingFile_ReturnsFalse |
( |
| ) |
|
|
inline |
◆ Options_DefaultValues_AreCorrect()
| void Kinetica.Tests.KifsFileHandlerTests.Options_DefaultValues_AreCorrect |
( |
| ) |
|
|
inline |
◆ ShowAllDirectories_ReturnsDirectories()
| void Kinetica.Tests.KifsFileHandlerTests.ShowAllDirectories_ReturnsDirectories |
( |
| ) |
|
|
inline |
◆ ShowDirectory_ValidName_ReturnsInfo()
| void Kinetica.Tests.KifsFileHandlerTests.ShowDirectory_ValidName_ReturnsInfo |
( |
| ) |
|
|
inline |
◆ ShowFiles_ValidDirectory_ReturnsFileInfo()
| void Kinetica.Tests.KifsFileHandlerTests.ShowFiles_ValidDirectory_ReturnsFileInfo |
( |
| ) |
|
|
inline |
◆ Upload_MultipleFiles_UploadsSuccessfully()
| void Kinetica.Tests.KifsFileHandlerTests.Upload_MultipleFiles_UploadsSuccessfully |
( |
| ) |
|
|
inline |
◆ Upload_NonExistentDirectory_ThrowsException()
| void Kinetica.Tests.KifsFileHandlerTests.Upload_NonExistentDirectory_ThrowsException |
( |
| ) |
|
|
inline |
◆ Upload_NonExistentFile_ThrowsException()
| void Kinetica.Tests.KifsFileHandlerTests.Upload_NonExistentFile_ThrowsException |
( |
| ) |
|
|
inline |
◆ Upload_SingleFile_UploadsSuccessfully()
| void Kinetica.Tests.KifsFileHandlerTests.Upload_SingleFile_UploadsSuccessfully |
( |
| ) |
|
|
inline |
◆ Upload_WithCallback_CallsCallback()
| void Kinetica.Tests.KifsFileHandlerTests.Upload_WithCallback_CallsCallback |
( |
| ) |
|
|
inline |
◆ UploadOptions_DefaultValues_AreCorrect()
| void Kinetica.Tests.KifsFileHandlerTests.UploadOptions_DefaultValues_AreCorrect |
( |
| ) |
|
|
inline |
The documentation for this class was generated from the following file: