com.github.tomakehurst.wiremock.extension.AdminApiExtension Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of wiremock-standalone Show documentation
Show all versions of wiremock-standalone Show documentation
A web service test double for all occasions
package com.github.tomakehurst.wiremock.extension;
import com.github.tomakehurst.wiremock.admin.Router;
public interface AdminApiExtension extends Extension {
/**
* To be overridden if the extension needs to expose new API resources under /__admin
* @param router the admin route builder
*/
void contributeAdminApiRoutes(Router router);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy