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

Test class for XboxOne_rs1_xbox_rel_1608 version More...

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

Public Member Functions

void GetXboxLiveUserListTest_XboxOne_1608 ()
 Gets a mock list of users and verifies it comes back as expected from the raw response content using a mock generated on an Xbox One running the 1608 OS recovery. More...
 
void GetOsInfo_XboxOne_1608 ()
 Basic test of GET for operating system info for 1608 OS. More...
 
void GetXboxSettingsTest_XboxOne_1608 ()
 Basic test of the GET method. Gets a mock list of settings and verifies it comes back as expected from the raw response content for this 1608 OS. More...
 
void AppFileExplorerGetKnownFolderTest_XboxOne_1608 ()
 Simple test which gets a response with a couple of known folders and verifies they are returned correctly. More...
 
void AppFileExplorerGetFolderContentsTest_XboxOne_1608 ()
 Tests getting the contents of a folder that is not for an application (eg developer folder, documents folder). More...
 
void GetRunningProcessesTest_XboxOne_1608 ()
 Basic test of GET method. Gets a mock list of processes and verifies it comes back as expected from the raw response content for this 1608 OS. More...
 
void GetRunningProcessesWebSocketTest_XboxOne_1608 ()
 Basic test of web socket. Gets a mock list of processes and verifies it comes back as expected from the raw response content for this 1608 OS. More...
 
void GetSystemPerfTest_XboxOne_1608 ()
 Basic test of GET method. Gets a mock list of processes and verifies it comes back as expected from the raw response content for this 1608 OS. This response contains the known system perf JSON error. More...
 
void GetSystemPerfWebSocketTest_XboxOne_1608 ()
 Basic test of web socket. Gets a mock list of processes and verifies it comes back as expected from the raw response content for this 1608 OS. More...
 
void XboxAppRegisterTest ()
 Basic test of the register API. More...
 
void XboxAppUploadFolderTest ()
 Basic test of the folder upload API. More...
 
void GetXboxLiveUserListTest ()
 Basic test of the GET method. Gets a mock list of users and verifies it comes back as expected from the raw response content. More...
 
void UpdateXboxLiveUsersTest ()
 Basic test of the PUT method. Creates a UserList object and passes that to the server. More...
 
void AddSponsoredUserTest_Failure ()
 Tests the failure case of trying to add a sponsored user when the maximum number is already on the console. More...
 
void GetXboxSettingsTest ()
 Basic test of the GET method. Gets a mock list of settings and verifies it comes back as expected from the raw response content. More...
 
void GetSingleXboxSettingTest ()
 Basic test of the GET method when called for a single setting. More...
 
void UpdateXboxSettingsTest ()
 Basic test of the PUT method. Creates a XboxSettingList object and passes that to the server. More...
 
void XboxScreenshotTest ()
 Simple test of Xbox Screenshot API. More...
 
void EnableFiddlerTest ()
 Simple test of Xbox Fiddler API. More...
 
void GetXboxLiveSandboxTest ()
 Simple test of Xbox Live Sandbox Get API More...
 
void SetXboxLiveSandboxTest ()
 Simple test of Xbox Live Sandbox Set API 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...
 

Properties

override DevicePortalPlatforms PlatformType [get]
 Gets the Platform type these tests are targeting. More...
 
override string FriendlyOperatingSystemVersion [get]
 Gets the friendly OS Version these tests are targeting. More...
 
override string OperatingSystemVersion [get]
 Gets the OS Version these tests are targeting. More...
 
- 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 XboxOne_rs1_xbox_rel_1608 version

Member Function Documentation

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.AddSponsoredUserTest_Failure ( )
inline

Tests the failure case of trying to add a sponsored user when the maximum number is already on the console.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.AppFileExplorerGetFolderContentsTest_XboxOne_1608 ( )
inline

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

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.AppFileExplorerGetKnownFolderTest_XboxOne_1608 ( )
inline

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

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.EnableFiddlerTest ( )
inline

Simple test of Xbox Fiddler API.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetOsInfo_XboxOne_1608 ( )
inline

Basic test of GET for operating system info for 1608 OS.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetRunningProcessesTest_XboxOne_1608 ( )
inline

Basic test of GET method. Gets a mock list of processes and verifies it comes back as expected from the raw response content for this 1608 OS.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetRunningProcessesWebSocketTest_XboxOne_1608 ( )
inline

Basic test of web socket. Gets a mock list of processes and verifies it comes back as expected from the raw response content for this 1608 OS.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetSingleXboxSettingTest ( )
inline

Basic test of the GET method when called for a single setting.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetSystemPerfTest_XboxOne_1608 ( )
inline

Basic test of GET method. Gets a mock list of processes and verifies it comes back as expected from the raw response content for this 1608 OS. This response contains the known system perf JSON error.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetSystemPerfWebSocketTest_XboxOne_1608 ( )
inline

Basic test of web socket. Gets a mock list of processes and verifies it comes back as expected from the raw response content for this 1608 OS.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetXboxLiveSandboxTest ( )
inline

Simple test of Xbox Live Sandbox Get API

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetXboxLiveUserListTest ( )
inline

Basic test of the GET method. Gets a mock list of users and verifies it comes back as expected from the raw response content.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetXboxLiveUserListTest_XboxOne_1608 ( )
inline

Gets a mock list of users and verifies it comes back as expected from the raw response content using a mock generated on an Xbox One running the 1608 OS recovery.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetXboxSettingsTest ( )
inline

Basic test of the GET method. Gets a mock list of settings and verifies it comes back as expected from the raw response content.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.GetXboxSettingsTest_XboxOne_1608 ( )
inline

Basic test of the GET method. Gets a mock list of settings and verifies it comes back as expected from the raw response content for this 1608 OS.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.SetXboxLiveSandboxTest ( )
inline

Simple test of Xbox Live Sandbox Set API

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.UpdateXboxLiveUsersTest ( )
inline

Basic test of the PUT method. Creates a UserList object and passes that to the server.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.UpdateXboxSettingsTest ( )
inline

Basic test of the PUT method. Creates a XboxSettingList object and passes that to the server.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.XboxAppRegisterTest ( )
inline

Basic test of the register API.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.XboxAppUploadFolderTest ( )
inline

Basic test of the folder upload API.

void Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.XboxScreenshotTest ( )
inline

Simple test of Xbox Screenshot API.

Property Documentation

override string Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.FriendlyOperatingSystemVersion
getprotected

Gets the friendly OS Version these tests are targeting.

override string Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.OperatingSystemVersion
getprotected

Gets the OS Version these tests are targeting.

override DevicePortalPlatforms Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608.PlatformType
getprotected

Gets the Platform type these tests are targeting.


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