PHP Class Nelmio\Alice\Generator\Instantiator\InstantiatorResolverTest

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

Public Methods

Method Description
testDoesNotResolveArgumentsIfNoConstructorGiven ( )
testDoesNotResolveArgumentsIfSpecifiedNoConstructor ( )
testIsAnInstantiator ( )
testIsNotClonable ( )
testIsResolverAware ( )
testResolvesAllArguments ( )
testThrowsAGenerationThrowableIfResolutionFails ( )

Method Details

testDoesNotResolveArgumentsIfNoConstructorGiven() public method

testDoesNotResolveArgumentsIfSpecifiedNoConstructor() public method

testIsAnInstantiator() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testIsResolverAware() public method

public testIsResolverAware ( )

testResolvesAllArguments() public method

testThrowsAGenerationThrowableIfResolutionFails() public method