io.leopard.test.mock.MockResponse Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of leopard-boot-mock Show documentation
Show all versions of leopard-boot-mock Show documentation
规范、简化Mock代码编写。提供自动属性Mock功能。
The newest version!
package io.leopard.test.mock;
import org.springframework.mock.web.MockHttpServletResponse;
public class MockResponse extends MockHttpServletResponse {
}