PHP 클래스 Go\Core\AdviceMatcherTest

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

보호된 프로퍼티들

프로퍼티 타입 설명
$adviceMatcher null | AdviceMatcher
$reflectionClass

공개 메소드들

메소드 설명
setUpBeforeClass ( ) This method is called before the first test of this test class is run.
testGetEmptyAdvicesForClass ( ) Verifies that empty result will be returned without aspects and advisors
testGetSingleMethodAdviceForClassFromAdvisor ( ) Check that list of advices for method works correctly
testGetSinglePropertyAdviceForClassFromAdvisor ( ) Check that list of advices for fields works correctly

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

setUp() 보호된 메소드

protected setUp ( )

setUpBeforeClass() 공개 정적인 메소드

This method is called before the first test of this test class is run.
public static setUpBeforeClass ( )

testGetEmptyAdvicesForClass() 공개 메소드

Verifies that empty result will be returned without aspects and advisors

testGetSingleMethodAdviceForClassFromAdvisor() 공개 메소드

Check that list of advices for method works correctly

testGetSinglePropertyAdviceForClassFromAdvisor() 공개 메소드

Check that list of advices for fields works correctly

프로퍼티 상세

$adviceMatcher 보호되어 있는 프로퍼티

protected null|AdviceMatcher,Go\Core $adviceMatcher
리턴 null | AdviceMatcher

$reflectionClass 보호되어 있는 프로퍼티

protected $reflectionClass