PHP Class spec\Tolerance\Waiter\CountLimitedSpec

Inheritance: extends PhpSpec\ObjectBehavior
显示文件 Open project: sroze/tolerance

Public Methods

Method Description
it_is_a_stateful_waiter ( )
it_is_a_waiter ( )
it_should_throw_after_the_limit_is_reached ( Tolerance\Waiter\Waiter $waitStrategy )
it_should_throw_directly_it_limit_is_zero ( Tolerance\Waiter\Waiter $waitStrategy )
let ( Tolerance\Waiter\Waiter $waitStrategy )

Method Details

it_is_a_stateful_waiter() public method

it_is_a_waiter() public method

public it_is_a_waiter ( )

it_should_throw_after_the_limit_is_reached() public method

public it_should_throw_after_the_limit_is_reached ( Tolerance\Waiter\Waiter $waitStrategy )
$waitStrategy Tolerance\Waiter\Waiter

it_should_throw_directly_it_limit_is_zero() public method

public it_should_throw_directly_it_limit_is_zero ( Tolerance\Waiter\Waiter $waitStrategy )
$waitStrategy Tolerance\Waiter\Waiter

let() public method

public let ( Tolerance\Waiter\Waiter $waitStrategy )
$waitStrategy Tolerance\Waiter\Waiter