public interface ProxyManager
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ProxyDetails<?>> |
configureProxies(java.util.List<java.io.File> globalTempFiles,
java.util.List<java.io.File> tempFiles)
Create and configure all the proxies that are required ti run the test.
|
void |
stopProxies(java.util.List<ProxyDetails<?>> proxies)
Gracefully shutdown proxies before we exit the app
|
java.util.List<ProxyDetails<?>> configureProxies(@NotNull java.util.List<java.io.File> globalTempFiles, @NotNull java.util.List<java.io.File> tempFiles)
globalTempFiles - Tempoarry files to be cleaned up once Iridium is closedtempFiles - Temporary files to be cleaned up after test is completedvoid stopProxies(@NotNull
java.util.List<ProxyDetails<?>> proxies)
proxies - The list of proxies that were created for this test