PHP Class Nelmio\Alice\Generator\Resolver\Value\Chainable\DynamicArrayValueResolverTest

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

Public Methods

Method Description
setUp ( )
testCanResolveDynamicArrayValues ( )
testCannotResolveValueIfHasNoResolver ( )
testDoesNotResolveElementIfIsNotAValue ( )
testIfQuantifierIsAValueThenItWillBeResolvedAsWell ( )
testIsAChainableResolver ( )
testIsNotClonable ( )
testResolvesElementAsManyTimeAsNecessaryIfItIsAValue ( )
testThrowsAnExceptionIfAnInvalidLimitIsGiven ( )
testThrowsExceptionIfAnInvalidQuantifierIsGiven ( )
testWithersReturnNewModifiedInstance ( )

Method Details

setUp() public method

public setUp ( )

testCanResolveDynamicArrayValues() public method

testCannotResolveValueIfHasNoResolver() public method

testDoesNotResolveElementIfIsNotAValue() public method

testIfQuantifierIsAValueThenItWillBeResolvedAsWell() public method

testIsAChainableResolver() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testResolvesElementAsManyTimeAsNecessaryIfItIsAValue() public method

testThrowsAnExceptionIfAnInvalidLimitIsGiven() public method

testThrowsExceptionIfAnInvalidQuantifierIsGiven() public method

testWithersReturnNewModifiedInstance() public method