PHP Class Go\Core\GoAspectContainerTest

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

Protected Properties

Property Type Description
$container null | GoAspectContainer

Public Methods

Method Description
internalServicesList ( )
testAdvisorCanBeRegistered ( ) Tests that pointcut can be registered and accessed
testAllServicesAreConfigured ( $serviceId ) Tests that all services are registered
testAspectCanBeRegisteredAndReceived ( ) Tests that aspect can be registered and accessed
testPointcutCanBeRegisteredAndReceived ( ) Tests that pointcut can be registered and accessed
testResourceManagement ( ) Tests that container resources can be added and isFresh works correctly

Protected Methods

Method Description
setUp ( )

Method Details

internalServicesList() public method

setUp() protected method

protected setUp ( )

testAdvisorCanBeRegistered() public method

Tests that pointcut can be registered and accessed

testAllServicesAreConfigured() public method

Tests that all services are registered
public testAllServicesAreConfigured ( $serviceId )

testAspectCanBeRegisteredAndReceived() public method

Tests that aspect can be registered and accessed

testPointcutCanBeRegisteredAndReceived() public method

Tests that pointcut can be registered and accessed

testResourceManagement() public method

Tests that container resources can be added and isFresh works correctly

Property Details

$container protected_oe property

protected null|GoAspectContainer,Go\Core $container
return null | GoAspectContainer