Class StoryAsciiDocPublisher
java.lang.Object
net.tangly.spec.bdd.engine.StoryAsciiDocPublisher
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 Summary
Constructors -
Method Summary
-
Constructor Details
-
StoryAsciiDocPublisher
public StoryAsciiDocPublisher(@NotNull @NotNull Path bddReport, @NotNull @NotNull Path report) throws IOException - Throws:
IOException
-