TestEnvironment Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Contains runtime information about the current test environment.
public static class TestEnvironment
type TestEnvironment = class
Public Class TestEnvironment
- Inheritance
-
TestEnvironment
Properties
IsTestCloud |
Determines at runtime whether the current test run is in the Xamarin Test Cloud. |
Platform |
Provides the current runtime platform. Useful for complicated test setup scenarios. |