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

org.dominokit.domino.test.api.TestRoutingContext Maven / Gradle / Ivy

The newest version!
package org.dominokit.domino.test.api;

import io.vertx.core.json.JsonObject;
import io.vertx.ext.web.Router;

public interface TestRoutingContext {
    Router getRouter();

    JsonObject getConfig();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy