Package net.tangly.spec.bdd.engine


package net.tangly.spec.bdd.engine

Provides the implementation of a behaviour driven design library based on the extension model of JUnit 5.

  • Classes
    Class
    Description
    JSON field identifiers used to generate a JSON representation of stories and features.
    The publisher creates a AsciiDoc report of the behavior-driven design tests documentation generated as JSON during JUnit 5 runs.
    A custom extension that allows test authors to create and run behaviors and stories i.e., BDD specification tests.
    Merges a set of JSON files produced through the execution of BDD JUnit tests.
    Recall that our custom extension generates BDD reports after executing the tests.
    Writes the story with all executed scenarios in a JSON file.