PHP Class Gush\Tests\Factory\AdapterFactoryTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: gushphp/gush

Public Methods

Method Description
testCannotCreateUnregisteredAdapter ( )
testCannotRegisterAdapterWithExistingName ( )
testCreateConfigurator ( )
testCreateIssueTrackerAdapter ( )
testCreateRepositoryManagerAdapter ( )
testCreatesObjectFromLazyFactory ( )
testGetAllAdapters ( )
testRegisterAdapterFactoryObject ( )
testRegisterLazyAdapter ( )

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

testCannotCreateUnregisteredAdapter() public method

testCannotRegisterAdapterWithExistingName() public method

testCreateConfigurator() public method

testCreateIssueTrackerAdapter() public method

testCreateRepositoryManagerAdapter() public method

testCreatesObjectFromLazyFactory() public method

testGetAllAdapters() public method

public testGetAllAdapters ( )

testRegisterAdapterFactoryObject() public method

testRegisterLazyAdapter() public method