> ## Documentation Index
> Fetch the complete documentation index at: https://easyaf.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# BreakdanceMSTestBase

> A base class for testing that provides an MSTest [BreakdanceMSTestBase.TestContext](/breakdance/api-reference/CloudNimble/Breakdance/Extensions/MSTest2/BreakdanceMSTest...

## Definition

**Assembly:** CloudNimble.Breakdance.Extensions.MSTest2.dll

**Namespace:** CloudNimble.Breakdance.Extensions.MSTest2

**Inheritance:** CloudNimble.Breakdance.Assemblies.BreakdanceTestBase

## Syntax

```csharp theme={"dark"}
CloudNimble.Breakdance.Extensions.MSTest2.BreakdanceMSTestBase
```

## Summary

A base class for testing that provides an MSTest [BreakdanceMSTestBase.TestContext](/api-reference/CloudNimble/Breakdance/Extensions/MSTest2/BreakdanceMSTestBase#testcontext).

## Constructors

### <Icon icon="hammer" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> .ctor

#### Syntax

```csharp theme={"dark"}
public BreakdanceMSTestBase()
```

## Properties

### <Icon icon="tag" iconType="duotone" color="#419AC5" size={24} className="mr-2" /> TestContext

The [BreakdanceMSTestBase.TestContext](/breakdance/api-reference/CloudNimble/Breakdance/Extensions/MSTest2/BreakdanceMSTestBase#testcontext) populated by MSTest during test execution.

#### Syntax

```csharp theme={"dark"}
public Microsoft.VisualStudio.TestTools.UnitTesting.TestContext TestContext { get; set; }
```

#### Property Value

Type: `Microsoft.VisualStudio.TestTools.UnitTesting.TestContext`
