TestEnvironment 类

定义

包含有关当前测试环境的运行时信息。

public static class TestEnvironment
type TestEnvironment = class
Public Class TestEnvironment
继承
TestEnvironment

属性

IsTestCloud

在运行时确定当前测试运行是否在 Xamarin 测试云中。

Platform

提供当前运行时平台。 对于复杂的测试设置方案很有用。

适用于