PHP Class Joli\JoliNotif\tests\NotifierFactoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: jolicode/jolinotif

Public Methods

Method Description
testCreateOrThrowExceptionWithNoSupportedNotifiersThrowsException ( )
testCreateUsesDefaultNotifiers ( )
testCreateUsesGivenNotifiers ( )
testCreateUsesTheBestSupportedNotifier ( )
testCreateUsesTheFirstOfTheBestSupportedNotifiers ( )
testCreateUsesTheFirstSupportedNotifierWhenNoPrioritiesAreGiven ( )
testCreateUsesTheOnlySupportedNotifier ( )
testCreateWithNoSupportedNotifiersReturnsANullNotifier ( )
testGetDefaultNotifiers ( )

Private Methods

Method Description
assertNotifierClasses ( $expectedNotifierClasses, $notifiers )

Method Details

testCreateOrThrowExceptionWithNoSupportedNotifiersThrowsException() public method

testCreateUsesDefaultNotifiers() public method

testCreateUsesGivenNotifiers() public method

testCreateUsesTheBestSupportedNotifier() public method

testCreateUsesTheFirstOfTheBestSupportedNotifiers() public method

testCreateUsesTheFirstSupportedNotifierWhenNoPrioritiesAreGiven() public method

testCreateUsesTheOnlySupportedNotifier() public method

testCreateWithNoSupportedNotifiersReturnsANullNotifier() public method

testGetDefaultNotifiers() public method