|
Open Journal Systems
3.3.0
|
Public Member Functions | |
| testHasNext () | |
| testReturnsFalse () | |
| testReturnsFalseWhenNullAndNoNext () | |
| testReturnsNextValueWhenNullOrTrue () | |
| testReturnsZeroWhenDecisionMakerReturnsTrueButNoFurtherStrategiesAreInTheChain () | |
| testReturnsZeroWhenNoNextAndGotNull () | |
| testSkipsOtherDecisionsInChainWhenOneReturnsTrue () | |
Public Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| addMockedRequest (RequestInterface $request) | |
| assertContainsIns ($needle, $haystack, $message=null) | |
| compareHeaders ($filteredHeaders, $actualHeaders) | |
| getMockedRequests () | |
| getMockResponse ($path) | |
| getWildcardObserver (HasDispatcherInterface $hasDispatcher) | |
| setMockResponse (Client $client, $paths) | |
Protected Member Functions | |
| getMockStrategy () | |
Protected Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| hasSubscriber (HasDispatcherInterface $dispatcher, EventSubscriberInterface $subscriber) | |
Additional Inherited Members | |
Static Public Member Functions inherited from Guzzle\Tests\GuzzleTestCase | |
| static | getServer () |
| static | getServiceBuilder () |
| static | setMockBasePath ($path) |
| static | setServiceBuilder (ServiceBuilderInterface $builder) |
Data Fields inherited from Guzzle\Tests\GuzzleTestCase | |
| $mockObserver | |
Static Public Attributes inherited from Guzzle\Tests\GuzzleTestCase | |
| static | $server |
| static | $serviceBuilder |
Static Protected Attributes inherited from Guzzle\Tests\GuzzleTestCase | |
| static | $mockBasePath |
Definition at line 12 of file AbstractBackoffStrategyTest.php.
|
protected |
Definition at line 14 of file AbstractBackoffStrategyTest.php.
Referenced by Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\testReturnsFalse(), Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\testReturnsNextValueWhenNullOrTrue(), and Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\testReturnsZeroWhenNoNextAndGotNull().
| Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testHasNext | ( | ) |
Definition at line 59 of file AbstractBackoffStrategyTest.php.
| Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsFalse | ( | ) |
Definition at line 29 of file AbstractBackoffStrategyTest.php.
References Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\getMockStrategy().
| Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsFalseWhenNullAndNoNext | ( | ) |
Definition at line 52 of file AbstractBackoffStrategyTest.php.
| Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsNextValueWhenNullOrTrue | ( | ) |
Definition at line 37 of file AbstractBackoffStrategyTest.php.
References Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\getMockStrategy().
| Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsZeroWhenDecisionMakerReturnsTrueButNoFurtherStrategiesAreInTheChain | ( | ) |
Definition at line 79 of file AbstractBackoffStrategyTest.php.
References Guzzle\Plugin\Backoff\AbstractBackoffStrategy\setNext().
| Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsZeroWhenNoNextAndGotNull | ( | ) |
Definition at line 21 of file AbstractBackoffStrategyTest.php.
References Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest\getMockStrategy().
| Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testSkipsOtherDecisionsInChainWhenOneReturnsTrue | ( | ) |
Definition at line 67 of file AbstractBackoffStrategyTest.php.
References Guzzle\Plugin\Backoff\AbstractBackoffStrategy\setNext().