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

io.javalin.testtools.TestCase Maven / Gradle / Ivy

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