Class Successfully<T>

  • All Implemented Interfaces:
    Quality<T>

    public final class Successfully<T>
    extends java.lang.Object
    implements Quality<T>
    A Quality decorator that calls a FragileProcedure with the test candidate. This primarily useful for composing Qualitys mutable types, e.g. to trigger certain operations.

    This doesn't say anything about what the procedure actually did. It merely means it didn't throw an exception.