类的使用
cn.taketoday.framework.test.web.client.TestRestTemplate
使用TestRestTemplate的程序包
-
cn.taketoday.framework.test.web.client中TestRestTemplate的使用
修饰符和类型字段说明private TestRestTemplateTestRestTemplateContextCustomizer.TestRestTemplateFactory.template修饰符和类型方法说明TestRestTemplateContextCustomizer.TestRestTemplateFactory.getObject()TestRestTemplate.withBasicAuth(String username, String password) Creates a newTestRestTemplatewith the same configuration as this one, except that it will send basic authorization headers using the givenusernameandpassword.