Skip to main content

Documentation Index

Fetch the complete documentation index at: https://easyaf.dev/llms.txt

Use this file to discover all available pages before exploring further.

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