PHP Class Nelmio\Alice\Generator\Instantiator\Chainable\AbstractChainableInstantiatorTest

Inheritance: extends PHPUnit_Framework_TestCase
Show file Open project: nelmio/alice

Public Methods

Method Description
setUp ( )
testIfCannotCreateInstanceAndExceptionThrownIsAnInstantiationExceptionThenItLetsTheExceptionPass ( )
testIsAChainableInstantiator ( )
testIsNotClonable ( )
testReturnsNewSetWithInstantiatedObject ( )
testThrowsExceptionIfCannotCreateInstance ( )

Method Details

setUp() public method

public setUp ( )

testIfCannotCreateInstanceAndExceptionThrownIsAnInstantiationExceptionThenItLetsTheExceptionPass() public method

testIsAChainableInstantiator() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsNewSetWithInstantiatedObject() public method

testThrowsExceptionIfCannotCreateInstance() public method