Table of Contents

Namespace TinyBDD.MSTest

Classes

MsTestBddReporter

Writes TinyBDD report lines to MSTest's Microsoft.VisualStudio.TestTools.UnitTesting.TestContext output.

MsTestTraitBridge

Bridges TinyBDD tags to MSTest by writing them to TestContext output. MSTest categories are attribute-based and cannot be added at runtime, so this bridge logs tags for visibility.

TinyBddMsTestBase

Base class for MSTest that initializes TinyBDD ambient context and writes a Gherkin report after each test.