Open Journal Systems  3.3.0
Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest Class Reference
Inheritance diagram for Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest:
Guzzle\Tests\GuzzleTestCase

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
 

Detailed Description

See also
Guzzle\Plugin\Backoff\AbstractBackoffStrategy

Definition at line 12 of file AbstractBackoffStrategyTest.php.

Member Function Documentation

◆ getMockStrategy()

◆ testHasNext()

Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testHasNext ( )

Definition at line 59 of file AbstractBackoffStrategyTest.php.

◆ testReturnsFalse()

Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsFalse ( )

◆ testReturnsFalseWhenNullAndNoNext()

Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsFalseWhenNullAndNoNext ( )

Definition at line 52 of file AbstractBackoffStrategyTest.php.

◆ testReturnsNextValueWhenNullOrTrue()

Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsNextValueWhenNullOrTrue ( )

◆ testReturnsZeroWhenDecisionMakerReturnsTrueButNoFurtherStrategiesAreInTheChain()

Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsZeroWhenDecisionMakerReturnsTrueButNoFurtherStrategiesAreInTheChain ( )

◆ testReturnsZeroWhenNoNextAndGotNull()

Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testReturnsZeroWhenNoNextAndGotNull ( )

◆ testSkipsOtherDecisionsInChainWhenOneReturnsTrue()

Guzzle\Tests\Plugin\Backoff\AbstractBackoffStrategyTest::testSkipsOtherDecisionsInChainWhenOneReturnsTrue ( )

The documentation for this class was generated from the following file: