Class StoryWriter

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

public class StoryWriter
extends java.lang.Object
Writes the story with all executed scenarios in a JSON file. The feature associated with the package of the story class is also added to the generated file.
  • Constructor Summary

    Constructors 
    Constructor Description
    StoryWriter​(@NotNull StoryRun run)  
  • Method Summary

    Modifier and Type Method Description
    static java.nio.file.Path getOrCreateBddReportsFolder​(@NotNull java.lang.Class<?> clazz)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • getOrCreateBddReportsFolder

      public static java.nio.file.Path getOrCreateBddReportsFolder​(@NotNull @NotNull java.lang.Class<?> clazz)