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

Base class to handle establishing a connecting and resetting mocks which other test classes can inherit from. More...

Inheritance diagram for Microsoft.Tools.WindowsDevicePortal.Tests.BaseTests:
Microsoft.Tools.WindowsDevicePortal.Tests.AppFileExplorerTests Microsoft.Tools.WindowsDevicePortal.Tests.Core.PerformanceDataTests Microsoft.Tools.WindowsDevicePortal.Tests.HoloLens_rs1_release Microsoft.Tools.WindowsDevicePortal.Tests.IoT_rs1_release Microsoft.Tools.WindowsDevicePortal.Tests.OsInformationTests Microsoft.Tools.WindowsDevicePortal.Tests.XboxOne_rs1_xbox_rel_1608

Public Member Functions

 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

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

Base class to handle establishing a connecting and resetting mocks which other test classes can inherit from.

Constructor & Destructor Documentation

Microsoft.Tools.WindowsDevicePortal.Tests.BaseTests.BaseTests ( )
inline

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.

Member Function Documentation

void Microsoft.Tools.WindowsDevicePortal.Tests.BaseTests.TestCleanup ( )
inline

Cleanup which should run after each test.

Property Documentation

virtual string Microsoft.Tools.WindowsDevicePortal.Tests.BaseTests.FriendlyOperatingSystemVersion
getprotected

Gets the overridable friendly OS Version used to find the file names of mock data.

virtual string Microsoft.Tools.WindowsDevicePortal.Tests.BaseTests.OperatingSystemVersion
getprotected

Gets the overridable OS Version.

virtual DevicePortalPlatforms Microsoft.Tools.WindowsDevicePortal.Tests.BaseTests.PlatformType
getprotected

Gets the overridable Platform type.


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