-
- All Implemented Interfaces:
public final class TestConfig
-
-
Field Summary
Fields Modifier and Type Field Description private final BooleanclearCookiesprivate final BooleancaptureLogsprivate final OkHttpClientokHttpClient
-
Constructor Summary
Constructors Constructor Description TestConfig(Boolean clearCookies, Boolean captureLogs, OkHttpClient okHttpClient)TestConfig(Boolean clearCookies, Boolean captureLogs)TestConfig(Boolean clearCookies)TestConfig()
-
Method Summary
Modifier and Type Method Description final BooleangetClearCookies()final BooleangetCaptureLogs()final OkHttpClientgetOkHttpClient()-
-
Method Detail
-
getClearCookies
final Boolean getClearCookies()
-
getCaptureLogs
final Boolean getCaptureLogs()
-
getOkHttpClient
final OkHttpClient getOkHttpClient()
-
-
-
-