com.github.httpmock.api.times.Times Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mock-http-server-junit Show documentation
Show all versions of mock-http-server-junit Show documentation
Mock HTTP Server - JUnit Rules
The newest version!
package com.github.httpmock.api.times;
public interface Times {
boolean matches(int num);
String getFailedDescription();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy