PHP Class Go\Core\AdviceMatcherTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: goaop/framework

Protected Properties

Property Type Description
$adviceMatcher null | AdviceMatcher
$reflectionClass

Public Methods

Method Description
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

Protected Methods

Method Description
setUp ( )

Method Details

setUp() protected method

protected setUp ( )

setUpBeforeClass() public static method

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

testGetEmptyAdvicesForClass() public method

Verifies that empty result will be returned without aspects and advisors

testGetSingleMethodAdviceForClassFromAdvisor() public method

Check that list of advices for method works correctly

testGetSinglePropertyAdviceForClassFromAdvisor() public method

Check that list of advices for fields works correctly

Property Details

$adviceMatcher protected_oe property

protected null|AdviceMatcher,Go\Core $adviceMatcher
return null | AdviceMatcher

$reflectionClass protected_oe property

protected $reflectionClass