Interface TestCompletion

  • All Superinterfaces:
    Completion<Void>

    public interface TestCompletion
    extends Completion<Void>
    This object provides callback-ability for the end of a test suite, the completion succeeds when all tests pass otherwise it fails.
    Author:
    Julien Viet