Class StoryAsciiDocPublisher

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

public class StoryAsciiDocPublisher
extends java.lang.Object
The publisher creates a AsciiDoc report of the behaviour driven design tests documentation generated as JSON during JUnit 5 runs. The publisher is provided as an example for realising developer driven living documentation.
  • Constructor Summary

    Constructors 
    Constructor Description
    StoryAsciiDocPublisher​(@NotNull java.nio.file.Path bddReport, @NotNull java.nio.file.Path report)  
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • StoryAsciiDocPublisher

      public StoryAsciiDocPublisher​(@NotNull @NotNull java.nio.file.Path bddReport, @NotNull @NotNull java.nio.file.Path report) throws java.io.IOException
      Throws:
      java.io.IOException