Namespace TinyBDD.NUnit
Classes
- NUnitBddReporter
Writes TinyBDD report lines to NUnit's NUnit.Framework.TestContext output stream.
- NUnitTraitBridge
Bridges TinyBDD tags to NUnit by writing them to NUnit.Framework.TestContext output. NUnit categories are attribute-based and cannot be added at runtime.
- TinyBddNUnitBase
Base class for NUnit that initializes TinyBDD ambient context before each test and writes a Gherkin report after each test.
- UseTinyBddAttribute
Instructs NUnit to register AmbientTestMethodResolver and track the currently executing test method for TinyBDD.