Namespace TinyBDD.Xunit
Classes
- TinyBddXunitBase
Base class for xUnit that initializes TinyBDD ambient context in the constructor and writes a Gherkin report when disposed at the end of the test.
- UseTinyBddAttribute
Instructs xUnit to register AmbientTestMethodResolver and track the currently executing test method for TinyBDD.
- XunitBddReporter
Writes TinyBDD report lines to xUnit's Xunit.Abstractions.ITestOutputHelper.
- XunitTraitBridge
Bridges TinyBDD tags to xUnit by writing them to Xunit.Abstractions.ITestOutputHelper. xUnit traits are attribute-based and cannot be added at runtime; this bridge logs tags for visibility.