io.github.cweijan.mock.request.string.StringGenerator Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of http-test Show documentation
Show all versions of http-test Show documentation
test springmvc controller by api
package io.github.cweijan.mock.request.string;
/**
* @author cweijan
* @since 2020/05/23 18:15
*/
public interface StringGenerator {
String genrate(int length);
}