io.vertx.ext.unit.TestCompletion Maven / Gradle / Ivy
package io.vertx.ext.unit;
import io.vertx.codegen.annotations.VertxGen;
import io.vertx.ext.unit.report.TestSuiteReport;
/**
* 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
*/
@VertxGen
public interface TestCompletion extends Completion {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy