Java 类org.springframework.boot.devtools.test.MockClientHttpRequestFactory 实例源码

项目:https-github.com-g0t4-jenkins2-course-spring-boot    文件:ClassPathChangeUploaderTests.java   
@Before
public void setup() {
    this.requestFactory = new MockClientHttpRequestFactory();
    this.uploader = new ClassPathChangeUploader("http://localhost/upload",
            this.requestFactory);
}
项目:spring-boot-concourse    文件:ClassPathChangeUploaderTests.java   
@Before
public void setup() {
    this.requestFactory = new MockClientHttpRequestFactory();
    this.uploader = new ClassPathChangeUploader("http://localhost/upload",
            this.requestFactory);
}
项目:contestparser    文件:ClassPathChangeUploaderTests.java   
@Before
public void setup() {
    this.requestFactory = new MockClientHttpRequestFactory();
    this.uploader = new ClassPathChangeUploader("http://localhost/upload",
            this.requestFactory);
}