次の方法で共有


WebTest.DefinitionStages.WithWebTestName Interface

public static interface WebTest.DefinitionStages.WithWebTestName

The stage of the WebTest definition allowing to specify webTestName.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withWebTestName(String webTestName)

Specifies the webTestName property: User defined name if this WebTest..

Method Details

withWebTestName

public abstract WebTest.DefinitionStages.WithCreate withWebTestName(String webTestName)

Specifies the webTestName property: User defined name if this WebTest..

Parameters:

webTestName - User defined name if this WebTest.

Returns:

the next definition stage.

Applies to