WindowsDevicePortalWrapper  0.9.0.0
A client library that wraps the Windows Device Portal REST APIs.
Public Member Functions | List of all members
Microsoft.Tools.WindowsDevicePortal.Tests.AppFileExplorerTests Class Reference

Test class for AppFileExplorer APIs More...

Inheritance diagram for Microsoft.Tools.WindowsDevicePortal.Tests.AppFileExplorerTests:
Microsoft.Tools.WindowsDevicePortal.Tests.BaseTests

Public Member Functions

void AppFileExplorerGetKnownFolderTest ()
 Simple test which gets a response with a couple of known folders and verifies they are returned correctly. More...
 
void AppFileExplorerGetFolderContentsTest ()
 Tests getting the contents of a folder that is not for an application (eg developer folder, documents folder). More...
 
void AppFileExplorerDownloadFileTest ()
 Tests download method for downloading a file. More...
 
void AppFileExplorerUploadFileTest ()
 Tests upload method for uploading a file. More...
 
void AppFileExplorerUploadFileTest_Failure ()
 Tests failure of method for uploading a file when the file doesn't exist. More...
 
void AppFileExplorerDeleteFileTest ()
 Tests delete method for deleting a file. More...
 
void AppFileExplorerRenameFileTest ()
 Tests rename method for renaming a file More...
 
- Public Member Functions inherited from Microsoft.Tools.WindowsDevicePortal.Tests.BaseTests
 BaseTests ()
 Initializes a new instance of the BaseTests class. This allows us to do common initialization since ClassInitialize and AssemblyInitialize methods are not called in the base class and only in derived classes. More...
 
void TestCleanup ()
 Cleanup which should run after each test. More...
 

Additional Inherited Members

- Properties inherited from Microsoft.Tools.WindowsDevicePortal.Tests.BaseTests
virtual DevicePortalPlatforms PlatformType [get]
 Gets the overridable Platform type. More...
 
virtual string OperatingSystemVersion [get]
 Gets the overridable OS Version. More...
 
virtual string FriendlyOperatingSystemVersion [get]
 Gets the overridable friendly OS Version used to find the file names of mock data. More...
 

Detailed Description

Test class for AppFileExplorer APIs

Member Function Documentation

void Microsoft.Tools.WindowsDevicePortal.Tests.AppFileExplorerTests.AppFileExplorerDeleteFileTest ( )
inline

Tests delete method for deleting a file.

void Microsoft.Tools.WindowsDevicePortal.Tests.AppFileExplorerTests.AppFileExplorerDownloadFileTest ( )
inline

Tests download method for downloading a file.

void Microsoft.Tools.WindowsDevicePortal.Tests.AppFileExplorerTests.AppFileExplorerGetFolderContentsTest ( )
inline

Tests getting the contents of a folder that is not for an application (eg developer folder, documents folder).

void Microsoft.Tools.WindowsDevicePortal.Tests.AppFileExplorerTests.AppFileExplorerGetKnownFolderTest ( )
inline

Simple test which gets a response with a couple of known folders and verifies they are returned correctly.

void Microsoft.Tools.WindowsDevicePortal.Tests.AppFileExplorerTests.AppFileExplorerRenameFileTest ( )
inline

Tests rename method for renaming a file

void Microsoft.Tools.WindowsDevicePortal.Tests.AppFileExplorerTests.AppFileExplorerUploadFileTest ( )
inline

Tests upload method for uploading a file.

void Microsoft.Tools.WindowsDevicePortal.Tests.AppFileExplorerTests.AppFileExplorerUploadFileTest_Failure ( )
inline

Tests failure of method for uploading a file when the file doesn't exist.


The documentation for this class was generated from the following file: