PHP 클래스 Go\Aop\Pointcut\SignaturePointcutTest

상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: goaop/framework

공개 메소드들

메소드 설명
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

메소드 상세

testCanMatchProperty() 공개 메소드

Tests that pointcut can match property

testDirectMethodMatchByName() 공개 메소드

Tests that method matched by name directly

testIssue115() 공개 메소드

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

testMultipleRegularPattern() 공개 메소드

Tests that multiple pattern is matching

testRegularPattern() 공개 메소드

Tests that pattern is working correctly
public testRegularPattern ( )

testWontMatchModifier() 공개 메소드

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