Interface Fact


public interface Fact
A Fact is a way of declaring details about an actor. This can be used to setup or teardown test data for the actor.
  • Method Summary

    Modifier and Type Method Description
    void setup​(Actor actor)  
    default void teardown​(Actor actor)  
  • Method Details

    • setup

      void setup​(Actor actor)
    • teardown

      default void teardown​(Actor actor)