Class JGivenMissingRequiredScenarioStateException

java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.tngtech.jgiven.exception.JGivenMissingRequiredScenarioStateException
All Implemented Interfaces:
Serializable

public class JGivenMissingRequiredScenarioStateException extends RuntimeException
This exception is thrown if a scenario state has been marked as required, but the state has not been provided.
See Also:
  • Constructor Details

    • JGivenMissingRequiredScenarioStateException

      public JGivenMissingRequiredScenarioStateException(Field field)