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

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

Public Methods

Method Description
getAspectClassNameReturnsTheAspectClassName ( )
getPointcutExpressionReturnsThePointcutExpression ( )
getPointcutMethodNameReturnsThePointcutMethodName ( )
getRuntimeEvaluationsReturnsTheRuntimeEvaluationsDefinitionOfTheContainedPointcutFilterComposite ( )
matchesChecksIfTheGivenClassAndMethodMatchThePointcutFilterComposite ( )
matchesDetectsCircularMatchesAndThrowsAndException ( )
reduceTargetClassNamesAsksThePointcutsFilterCompositeToReduce ( )

Method Details

getAspectClassNameReturnsTheAspectClassName() public method

getPointcutExpressionReturnsThePointcutExpression() public method

getPointcutMethodNameReturnsThePointcutMethodName() public method

getRuntimeEvaluationsReturnsTheRuntimeEvaluationsDefinitionOfTheContainedPointcutFilterComposite() public method

matchesChecksIfTheGivenClassAndMethodMatchThePointcutFilterComposite() public method

matchesDetectsCircularMatchesAndThrowsAndException() public method

reduceTargetClassNamesAsksThePointcutsFilterCompositeToReduce() public method