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.IoT_rs1_release Class Reference

Test class for IoT_rs1_release version More...

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

Public Member Functions

void GetBatteryState_IoT ()
 Gets the battery state using the mock data generated on a IoT RasberryPi3. More...
 
void GetDeviceName_IoT ()
 Gets the device name using the mock data generated on a IoT device RasberryPi3. More...
 
void GetIpConfig_IoT ()
 Gets the IP configuration using the mock data generated on a RasberryPi3. More...
 
void GetControllerDriverInfo_IoT ()
 Gets the controller driver information using the mock data generated on a RasberryPi3. More...
 
void GetCurrentDateTimeInfo_IoT ()
 Gets the current date time information using the mock data generated on a RasberryPi3. More...
 
void GetTimezoneInfo_IoT ()
 Gets the timezone information using the mock data generated on a RasberryPi3. More...
 
void GetDisplayResolutionInfo_IoT ()
 Gets the display resolution using the mock data generated on a RasberryPi3. More...
 
void GetDisplayOrientationInfo_IoT ()
 Gets the display orientation using the mock data generated on a RasberryPi3. More...
 
void GetDeviceInfo_IoT ()
 Gets the device information using the mock data generated on a RasberryPi3. More...
 
void GetStatusInfo_IoT ()
 Gets the status information using the mock data generated on a RasberryPi3. More...
 
void GetUpdateInstallTime_IoT ()
 Gets the update install time information using the mock data generated on a RasberryPi3. More...
 
void GetRemoteSettingsStatus_IoT ()
 Gets the remote settings status information using the mock data generated on a RasberryPi3. More...
 
void GetSoftAPSettings_IoT ()
 Gets the SoftAP settings information using the mock data generated on a RasberryPi3. More...
 
void GetAllJoynSettings_IoT ()
 Gets the AllJoyn settings information using the mock data generated on a RasberryPi3. More...
 
void SetDeviceNameTest_IoT ()
 Simple test of setting the device name for a IoT device More...
 
void SetSoftApSettingsTest_IoT ()
 Simple test to set SoftAp Settings More...
 
void SetAllJoynSettingsTest_IoT ()
 Simple test to set AllJoyn Settings More...
 
void SetNewPasswordTest_IoT ()
 Simple test of a failed attempt to reset the password More...
 
void SetNewRemoteDebuggingPinTest_IoT ()
 Simple test to set the new remote debugging pin for an IoT device More...
 
void SetControllersDriversTest_IoT ()
 Simple test to set a new Controller driver on the IoT device More...
 
void SetTimeZoneTest_IoT ()
 Simple test to set the timezone of an IoT device More...
 
void SetDisplayResolutionTest_IoT ()
 Simple test to set the display resolution of an IoT device More...
 
void SetDisplayOrientationTest_IoT ()
 
void GetAppsListInfo_IoT ()
 Gets the list of applications using the mock data generated on a RasberryPi3. More...
 
void GetHeadlessAppsListInfo_IoT ()
 Gets the list of applications using the mock data generated on a RasberryPi3. More...
 
void UpdateStartupAppTest_IoT ()
 Simple test to set the application as a startup app. More...
 
void UpdateHeadlessStartupAppTest_IoT ()
 Simple test to set the application as a startup app. More...
 
void RemoveHeadlessStartupAppTest_IoT ()
 Simple test to set the application as a startup app. More...
 
void ActivatePackageTest_IoT ()
 Simple test to set the application as a startup app. More...
 
void GetAudioDeviceListInfo_IoT ()
 Gets the list of audio devices connected to the IoT device. More...
 
void SetRenderVolumeTest_IoT ()
 Test to set the render volume in audio devices connected to the IoT device. More...
 
void SetCaptureVolumeTest_IoT ()
 Simple test to set the capture volume in audio devices connected to the IoT device. More...
 
void IcSharingStartTest_IoT ()
 Simple test to start the internt sonnection sharing in the IoT device. More...
 
void IcSharingStopTest_IoT ()
 Simple test to stop the internt sonnection sharing in the IoT device. More...
 
void GetIcsInterfacesInfo_IoT ()
 Gets the internet connection sharing interface information of the IoT device. More...
 
void SetRunCommandTest_IoT ()
 Simple test to Run Command on the IoT device. More...
 
void SetRunCommandWithoutOutputTest_IoT ()
 Simple test to Run Command without output on the IoT device. More...
 
void GetRemoteSettingsStatusInfo_IoT ()
 Gets the Remote Settings Status information of the IoT device. More...
 
void RemoteSettingsEnableTest_IoT ()
 Simple test to Enable the Remote Settings on the IoT device now. More...
 
void RemoteSettingsDisableTest_IoT ()
 Simple test to Disable the Remote Settings on the IoT device now. More...
 
void GetTpmSettingsInfo_IoT ()
 Tests the Get response for TPM Settings of the IoT device. More...
 
void GetTpmAcpiTablesInfo_IoT ()
 Tests the Get response for TPM ACPI Tables Information. More...
 
void GetTpmLogicalDeviceSettingsInfo_IoT ()
 Tests the Get response for TPM Logical Device Settings for the IoT device. More...
 
void SetTpmAcpiTablesTest_IoT ()
 Simple test to Set the TPM ACPI Tables on the IoT device. More...
 
void SetTpmLogicalDeviceSettingsTest_IoT ()
 Simple test to Set the TPM Logical Device Settings on the IoT device. More...
 
void ResetTpmLogicalDeviceSettingsTest_IoT ()
 Simple test to Reset the TPM Logical Device Settings on the IoT device. More...
 
void GetTpmAzureTokenInfo_IoT ()
 Tests the Get response for TPM Azure Token Info for the IoT device. 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 IoT_rs1_release version

Member Function Documentation

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.ActivatePackageTest_IoT ( )
inline

Simple test to set the application as a startup app.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetAllJoynSettings_IoT ( )
inline

Gets the AllJoyn settings information using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetAppsListInfo_IoT ( )
inline

Gets the list of applications using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetAudioDeviceListInfo_IoT ( )
inline

Gets the list of audio devices connected to the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetBatteryState_IoT ( )
inline

Gets the battery state using the mock data generated on a IoT RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetControllerDriverInfo_IoT ( )
inline

Gets the controller driver information using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetCurrentDateTimeInfo_IoT ( )
inline

Gets the current date time information using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetDeviceInfo_IoT ( )
inline

Gets the device information using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetDeviceName_IoT ( )
inline

Gets the device name using the mock data generated on a IoT device RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetDisplayOrientationInfo_IoT ( )
inline

Gets the display orientation using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetDisplayResolutionInfo_IoT ( )
inline

Gets the display resolution using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetHeadlessAppsListInfo_IoT ( )
inline

Gets the list of applications using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetIcsInterfacesInfo_IoT ( )
inline

Gets the internet connection sharing interface information of the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetIpConfig_IoT ( )
inline

Gets the IP configuration using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetRemoteSettingsStatus_IoT ( )
inline

Gets the remote settings status information using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetRemoteSettingsStatusInfo_IoT ( )
inline

Gets the Remote Settings Status information of the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetSoftAPSettings_IoT ( )
inline

Gets the SoftAP settings information using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetStatusInfo_IoT ( )
inline

Gets the status information using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetTimezoneInfo_IoT ( )
inline

Gets the timezone information using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetTpmAcpiTablesInfo_IoT ( )
inline

Tests the Get response for TPM ACPI Tables Information.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetTpmAzureTokenInfo_IoT ( )
inline

Tests the Get response for TPM Azure Token Info for the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetTpmLogicalDeviceSettingsInfo_IoT ( )
inline

Tests the Get response for TPM Logical Device Settings for the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetTpmSettingsInfo_IoT ( )
inline

Tests the Get response for TPM Settings of the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.GetUpdateInstallTime_IoT ( )
inline

Gets the update install time information using the mock data generated on a RasberryPi3.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.IcSharingStartTest_IoT ( )
inline

Simple test to start the internt sonnection sharing in the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.IcSharingStopTest_IoT ( )
inline

Simple test to stop the internt sonnection sharing in the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.RemoteSettingsDisableTest_IoT ( )
inline

Simple test to Disable the Remote Settings on the IoT device now.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.RemoteSettingsEnableTest_IoT ( )
inline

Simple test to Enable the Remote Settings on the IoT device now.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.RemoveHeadlessStartupAppTest_IoT ( )
inline

Simple test to set the application as a startup app.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.ResetTpmLogicalDeviceSettingsTest_IoT ( )
inline

Simple test to Reset the TPM Logical Device Settings on the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetAllJoynSettingsTest_IoT ( )
inline

Simple test to set AllJoyn Settings

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetCaptureVolumeTest_IoT ( )
inline

Simple test to set the capture volume in audio devices connected to the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetControllersDriversTest_IoT ( )
inline

Simple test to set a new Controller driver on the IoT device

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetDeviceNameTest_IoT ( )
inline

Simple test of setting the device name for a IoT device

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetDisplayOrientationTest_IoT ( )
inline

Simple test to set the display orientation of an IoT device

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetDisplayResolutionTest_IoT ( )
inline

Simple test to set the display resolution of an IoT device

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetNewPasswordTest_IoT ( )
inline

Simple test of a failed attempt to reset the password

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetNewRemoteDebuggingPinTest_IoT ( )
inline

Simple test to set the new remote debugging pin for an IoT device

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetRenderVolumeTest_IoT ( )
inline

Test to set the render volume in audio devices connected to the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetRunCommandTest_IoT ( )
inline

Simple test to Run Command on the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetRunCommandWithoutOutputTest_IoT ( )
inline

Simple test to Run Command without output on the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetSoftApSettingsTest_IoT ( )
inline

Simple test to set SoftAp Settings

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetTimeZoneTest_IoT ( )
inline

Simple test to set the timezone of an IoT device

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetTpmAcpiTablesTest_IoT ( )
inline

Simple test to Set the TPM ACPI Tables on the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.SetTpmLogicalDeviceSettingsTest_IoT ( )
inline

Simple test to Set the TPM Logical Device Settings on the IoT device.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.UpdateHeadlessStartupAppTest_IoT ( )
inline

Simple test to set the application as a startup app.

void Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release.UpdateStartupAppTest_IoT ( )
inline

Simple test to set the application as a startup app.

Property Documentation

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

Gets the friendly OS Version these tests are targeting.

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

Gets the OS Version these tests are targeting.

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

Gets the Platform type these tests are targeting.


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