Table of Contents

Namespace TinyBDD.Xunit.v3

Classes

TinyBddXunitBase

Base class for xUnit.v3 that initializes TinyBDD ambient context in the constructor and writes a Gherkin report when disposed at the end of the test.

UseTinyBddAttribute

Instructs xUnit.v3 to register AmbientTestMethodResolver and track the currently executing test method for TinyBDD.

XunitBddReporter

Writes TinyBDD report lines to xUnit's Xunit.ITestOutputHelper.

XunitTraitBridge

Bridges TinyBDD tags to xUnit by writing them to Xunit.ITestOutputHelper. xUnit traits are attribute-based and cannot be added at runtime; this bridge logs tags for visibility.