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.Core.PerformanceDataTests Class Reference

Test class for PerformanceData APIs. More...

Inheritance diagram for Microsoft.Tools.WindowsDevicePortal.Tests.Core.PerformanceDataTests:
Microsoft.Tools.WindowsDevicePortal.Tests.BaseTests

Public Member Functions

void GetRunningProcessesTest ()
 Basic test of GET method for getting a list of running processes. More...
 
void GetRunningProcessesWebSocketTest ()
 Basic test of web socket connection for getting a list of running processes. More...
 
void GetSystemPerfTest ()
 Basic test of GET method for getting system perf without the known JSON error. More...
 
void GetSystemPerfWebSocketTest ()
 Basic test of web socket for getting system perf. 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 PerformanceData APIs.

Member Function Documentation

void Microsoft.Tools.WindowsDevicePortal.Tests.Core.PerformanceDataTests.GetRunningProcessesTest ( )
inline

Basic test of GET method for getting a list of running processes.

void Microsoft.Tools.WindowsDevicePortal.Tests.Core.PerformanceDataTests.GetRunningProcessesWebSocketTest ( )
inline

Basic test of web socket connection for getting a list of running processes.

void Microsoft.Tools.WindowsDevicePortal.Tests.Core.PerformanceDataTests.GetSystemPerfTest ( )
inline

Basic test of GET method for getting system perf without the known JSON error.

void Microsoft.Tools.WindowsDevicePortal.Tests.Core.PerformanceDataTests.GetSystemPerfWebSocketTest ( )
inline

Basic test of web socket for getting system perf.


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