Class WithFinalizer<T>

  • All Implemented Interfaces:
    Quality<T>

    public final class WithFinalizer<T>
    extends java.lang.Object
    implements Quality<T>
    A Quality decorator that runs a FragileProcedure on the test candidate after the assessment. Use cases include running post test operations like closing the test candidate or cleaning up resources.