Interface EnsureSpec

  • All Superinterfaces:
    Spec
    All Known Implementing Classes:
    EnsureSpecImpl

    public interface EnsureSpec
    extends Spec
    Ensure spec is used to terminate a simulation if the predicate is not fulfilled.
    Since:
    1.1.0
    Author:
    Erhan Bagdemir
    • Method Detail

      • getPredicate

        java.util.function.Predicate<UserSession> getPredicate()
      • getCause

        java.lang.String getCause()