次の方法で共有


WebTest.DefinitionStages.WithTimeout Interface

public static interface WebTest.DefinitionStages.WithTimeout

The stage of the WebTest definition allowing to specify timeout.

Method Summary

Modifier and Type Method and Description
abstract WithCreate withTimeout(Integer timeout)

Specifies the timeout property: Seconds until this WebTest will timeout and fail.

Method Details

withTimeout

public abstract WebTest.DefinitionStages.WithCreate withTimeout(Integer timeout)

Specifies the timeout property: Seconds until this WebTest will timeout and fail. Default value is 30..

Parameters:

timeout - Seconds until this WebTest will timeout and fail. Default value is 30.

Returns:

the next definition stage.

Applies to