次の方法で共有


WebTest.DefinitionStages.WithRequest Interface

public static interface WebTest.DefinitionStages.WithRequest

The stage of the WebTest definition allowing to specify request.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withRequest(WebTestPropertiesRequest request)

Specifies the request property: The collection of request properties.

Method Details

withRequest

public abstract WebTest.DefinitionStages.WithCreate withRequest(WebTestPropertiesRequest request)

Specifies the request property: The collection of request properties.

Parameters:

request - The collection of request properties.

Returns:

the next definition stage.

Applies to