共用方式為


TestProxyTestBase Class

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 AZURE_TEST_MODE environment variable.

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

Applies to