Class StoryAsciiDocPublisher

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

public class StoryAsciiDocPublisher
extends java.lang.Object
  • Field Summary

    Fields 
    Modifier and Type Field Description
    static java.lang.String NEWLINE  
  • Constructor Summary

    Constructors 
    Constructor Description
    StoryAsciiDocPublisher​(java.nio.file.Path bddReport, 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
  • Field Details

    • NEWLINE

      public static final java.lang.String NEWLINE
  • Constructor Details

    • StoryAsciiDocPublisher

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