Interface AssertionDsl

    • Method Detail

      • ensure

        LoadDsl ensure​(java.util.function.Predicate<UserSession> predicate)
        Ensure DSL is to assert the predicate passed holds true, otherwise it stops the pipeline.
        Returns:
        LoadDslImpl instance.
      • ensure

        LoadDsl ensure​(java.util.function.Predicate<UserSession> predicate,
                       java.lang.String reason)
        Ensure DSL is to assert the predicate passed holds true, otherwise it stops the pipeline.
        Returns:
        LoadDslImpl instance.