All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.vertx.ext.unit.TestCompletion Maven / Gradle / Ivy

There is a newer version: 5.0.0.CR3
Show newest version
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