pfSense-pkg-RESTAPI

TestCaseRetry
in package

A class to represent retry settings for test cases. This is intended to be defined in methods as a method attribute.

Attributes
#[Attribute]
\Attribute::TARGET_METHOD

Table of Contents

Properties

$delay  : int
$retries  : int

Methods

__construct()  : mixed

Properties

Methods

__construct()

public __construct([int $retries = 0 ][, int $delay = 0 ]) : mixed
Parameters
$retries : int = 0

The number of retries to attempt

$delay : int = 0

The delay in seconds between retries


        
On this page

Search results