Interface Embeddable

All Known Implementing Classes:
ConfigurableEmbedder, InjectableEmbedder, JUnitStories, JUnitStory, JUnitStoryMaps, JupiterStories

public interface Embeddable

Represents a runnable facade to the Embedder.

Users can either extend the abstract implementation ConfigurableEmbedder, which does not implement the run() method, or other implementations, such as JUnitStories which implement run() using JUnit's Test annotation.

Other test frameworks can be supported in much the same way, by extending the abstract implementation and implementing run().

See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    run()
     
    void
     
  • Method Details

    • useEmbedder

      void useEmbedder(Embedder embedder)
    • run

      void run()