你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

TestMode Enum

  • java.lang.Object
    • java.lang.Enum
      • com.azure.core.test.TestMode

public enum TestMode
extends Enum<TestMode>

The possible testing modes.

Fields

LIVE

Run a live test without recording.

PLAYBACK

Playback data from an existing test session.

RECORD

Record data from a live test.

Methods inherited from java.lang.Enum

Methods inherited from java.lang.Object

Methods

valueOf(String name)

public static TestMode valueOf(String name)

Parameters

name
String

Returns

values()

public static TestMode[] values()

Returns

Applies to