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

com.github.httpmock.api.times.Times Maven / Gradle / Ivy

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