PHP Class Neos\Flow\Tests\Unit\Aop\Pointcut\PointcutFilterTest

Inheritance: extends Neos\Flow\Tests\UnitTestCase
Show file Open project: neos/flow-development-collection

Public Methods

Method Description
getRuntimeEvaluationsDefinitionReturnsAnEmptyArrayIfThePointcutDoesNotExist ( )
getRuntimeEvaluationsDefinitionReturnsTheDefinitionArrayFromThePointcut ( )
matchesTellsIfTheSpecifiedRegularExpressionMatchesTheGivenClassName ( )
matchesThrowsAnExceptionIfTheSpecifiedPointcutDoesNotExist ( )
reduceTargetClassNamesAsksTheResolvedPointcutToReduce ( )
reduceTargetClassNamesReturnsTheInputClassNameIndexIfThePointcutCouldNotBeResolved ( )

Method Details

getRuntimeEvaluationsDefinitionReturnsAnEmptyArrayIfThePointcutDoesNotExist() public method

getRuntimeEvaluationsDefinitionReturnsTheDefinitionArrayFromThePointcut() public method

matchesTellsIfTheSpecifiedRegularExpressionMatchesTheGivenClassName() public method

matchesThrowsAnExceptionIfTheSpecifiedPointcutDoesNotExist() public method

reduceTargetClassNamesAsksTheResolvedPointcutToReduce() public method

reduceTargetClassNamesReturnsTheInputClassNameIndexIfThePointcutCouldNotBeResolved() public method