io.javalin.testtools.TestCase Maven / Gradle / Ivy
package io.javalin.testtools;
import io.javalin.Javalin;
@FunctionalInterface
public interface TestCase {
void accept(Javalin server, HttpClient client) throws Exception;
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy