Class Proto

Namespace
ProtoTest.Core
Assembly
ProtoTest.Core.dll

Provides a static gateway to the active ProtoExecutionContext.

public static class Proto
Inheritance
Proto
Inherited Members

Properties

Context

Gets the current active test execution context.

public static ProtoExecutionContext Context { get; }

Property Value

ProtoExecutionContext

Host

Gets the active ProtoTest host.

public static ProtoHost Host { get; }

Property Value

ProtoHost