Class StoryAsciiDocPublisher

java.lang.Object
net.tangly.spec.bdd.engine.StoryAsciiDocPublisher

public class StoryAsciiDocPublisher extends Object
The publisher creates a AsciiDoc report of the behavior-driven design tests documentation generated as JSON during JUnit 5 runs. The publisher is provided as an example for realizing a developer driven living documentation.
  • Constructor Details

    • StoryAsciiDocPublisher

      public StoryAsciiDocPublisher(@NotNull @NotNull Path bddReport, @NotNull @NotNull Path report) throws IOException
      Throws:
      IOException