ExampleStarted
Rasuvaeff\PropertyTesting\Event\ExampleStarted
Class — Package: property-testing-core — Source — Version: v0.1.0-12-g86ead85
Implements: Event\PropertyEvent
An explicit example is about to execute, before the random phase.
Constructor
php
__construct(
string $propertyId,
int $index,
list $arguments,
)| Parameter | Type | Default | Description |
|---|---|---|---|
$propertyId | string | required | |
$index | int | required | |
$arguments | list | required | Positional, as the examples method yielded them. |