Skip to main content

Definition

Assembly: CloudNimble.Breakdance.Extensions.MSTest2.dll Namespace: CloudNimble.Breakdance.Extensions.MSTest2 Inheritance: CloudNimble.Breakdance.Assemblies.BreakdanceTestBase

Syntax

CloudNimble.Breakdance.Extensions.MSTest2.BreakdanceMSTestBase

Summary

A base class for testing that provides an MSTest BreakdanceMSTestBase.TestContext.

Constructors

.ctor

Syntax

public BreakdanceMSTestBase()

Properties

TestContext

The BreakdanceMSTestBase.TestContext populated by MSTest during test execution.

Syntax

public Microsoft.VisualStudio.TestTools.UnitTesting.TestContext TestContext { get; set; }

Property Value

Type: Microsoft.VisualStudio.TestTools.UnitTesting.TestContext