PHP Class Nelmio\Alice\FixtureBuilder\ExpressionLanguage\Parser\TokenParser\Chainable\FixtureRangeReferenceTokenParserTest

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

Public Methods

Method Description
testCanParseRangedReferencesTokens ( )
testIsAChainableTokenParser ( )
testIsNotClonable ( )
testReturnsAChoiceListIfCanParseToken ( )
testThrowsAnExceptionIfAMalformedTokenIsGiven ( )
testThrowsAnExceptionIfPassedTokenIsInvalid ( )
testThrowsAnExceptionIfPassedTokenIsMalformed ( )

Method Details

testCanParseRangedReferencesTokens() public method

testIsAChainableTokenParser() public method

testIsNotClonable() public method

public testIsNotClonable ( )

testReturnsAChoiceListIfCanParseToken() public method

testThrowsAnExceptionIfAMalformedTokenIsGiven() public method

testThrowsAnExceptionIfPassedTokenIsInvalid() public method

testThrowsAnExceptionIfPassedTokenIsMalformed() public method