TestEnvironment Class

Definition

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.

Applies to