PHP Class Functional\Tests\PollTest

Inheritance: extends AbstractTestCase
Mostra file Open project: lstrojny/functional-php

Public Methods

Method Description
setUp ( )
testPollRetriesAndGivesUpAfterTimeout ( )
testPollRetriesIfNotTruthy ( )
testPollReturnsTrue ( )
testThrowsExceptionIfTimeoutCountNotAtLeast0 ( )
testWithEmptyDelayCallsAtLeastOnce ( )

Method Details

setUp() public method

public setUp ( )

testPollRetriesAndGivesUpAfterTimeout() public method

testPollRetriesIfNotTruthy() public method

testPollReturnsTrue() public method

public testPollReturnsTrue ( )

testThrowsExceptionIfTimeoutCountNotAtLeast0() public method

testWithEmptyDelayCallsAtLeastOnce() public method