TestProxyTestBase Class
- java.
lang. Object - com.
azure. core. test. TestBase - com.
azure. core. test. TestProxyTestBase
- com.
- com.
public abstract class TestProxyTestBase
extends TestBase
Base class for running live and playback tests using test-proxy
Constructor Summary
| Constructor | Description |
|---|---|
| TestProxyTestBase() |
Creates an instance of TestProxyTestBase. |
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| static void |
setupTestProxy()
Before tests are executed, determines the test mode by reading the |
Methods inherited from TestBase
Methods inherited from java.lang.Object
Constructor Details
TestProxyTestBase
public TestProxyTestBase()
Creates an instance of TestProxyTestBase.
Method Details
setupTestProxy
public static void setupTestProxy()
Before tests are executed, determines the test mode by reading the AZURE_TEST_MODE environment variable. If it is not set, PLAYBACK