public static class HTTPTestUtil.HTTPTestUtilCustomizer
extends Object
Constructor and Description |
---|
HTTPTestUtilCustomizer() |
Modifier and Type | Method and Description |
---|---|
<T extends Throwable> |
apply(com.liferay.petra.function.UnsafeRunnable<T> unsafeRunnable) |
HTTPTestUtil.HTTPTestUtilCustomizer |
withBaseURL(String baseURL) |
HTTPTestUtil.HTTPTestUtilCustomizer |
withCredentials(String emailAddress,
String password) |
HTTPTestUtil.HTTPTestUtilCustomizer |
withGuest() |
public <T extends Throwable> void apply(com.liferay.petra.function.UnsafeRunnable<T> unsafeRunnable) throws T extends Throwable
T extends Throwable
public HTTPTestUtil.HTTPTestUtilCustomizer withBaseURL(String baseURL)
public HTTPTestUtil.HTTPTestUtilCustomizer withCredentials(String emailAddress, String password)
public HTTPTestUtil.HTTPTestUtilCustomizer withGuest()