PHP Class Go\Aop\Pointcut\SignaturePointcutTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: goaop/framework

Méthodes publiques

Méthode Description
testCanMatchProperty ( ) Tests that pointcut can match property
testDirectMethodMatchByName ( ) Tests that method matched by name directly
testIssue115 ( ) Tests that multiple pattern is using strict matching
testMultipleRegularPattern ( ) Tests that multiple pattern is matching
testRegularPattern ( ) Tests that pattern is working correctly
testWontMatchModifier ( ) Tests that pointcut won't match if modifier filter is not match

Method Details

testCanMatchProperty() public méthode

Tests that pointcut can match property

testDirectMethodMatchByName() public méthode

Tests that method matched by name directly

testIssue115() public méthode

Tests that multiple pattern is using strict matching
public testIssue115 ( )

testMultipleRegularPattern() public méthode

Tests that multiple pattern is matching

testRegularPattern() public méthode

Tests that pattern is working correctly
public testRegularPattern ( )

testWontMatchModifier() public méthode

Tests that pointcut won't match if modifier filter is not match