PHP Class Go\Core\AdviceMatcherTest

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

Protected Properties

Свойство Type Description
$adviceMatcher null | AdviceMatcher
$reflectionClass

Méthodes publiques

Méthode 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

Méthodes protégées

Méthode Description
setUp ( )

Method Details

setUp() protected méthode

protected setUp ( )

setUpBeforeClass() public static méthode

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

testGetEmptyAdvicesForClass() public méthode

Verifies that empty result will be returned without aspects and advisors

testGetSingleMethodAdviceForClassFromAdvisor() public méthode

Check that list of advices for method works correctly

testGetSinglePropertyAdviceForClassFromAdvisor() public méthode

Check that list of advices for fields works correctly

Property Details

$adviceMatcher protected_oe property

protected null|AdviceMatcher,Go\Core $adviceMatcher
Résultat null | AdviceMatcher

$reflectionClass protected_oe property

protected $reflectionClass