PHP Class Neos\Flow\Tests\Functional\Property\TypeConverter\ObjectConverterTest

Inheritance: extends Neos\Flow\Tests\FunctionalTestCase
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$converter Neos\Flow\Property\TypeConverter\ObjectConverter

Public Methods

Method Description
convertFromAllowsAutomaticInjectionOfSingletonConstructorArguments ( )
convertFromThrowsMeaningfulExceptionWhenTheTargetExpectsAnUnknownDependencyThatIsNotSpecifiedInTheSource ( )
convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic ( )
getTypeOfChildPropertyImmediatelyReturnsConfiguredTargetTypeIfSetSo ( )
getTypeOfChildPropertyReturnsCorrectTypeIfAConstructorArgumentForThatPropertyIsPresent ( )
getTypeOfChildPropertyReturnsCorrectTypeIfASetterForThatPropertyIsPresent ( )
getTypeOfChildPropertyReturnsCorrectTypeIfThatPropertyIsPubliclyPresent ( )
getTypeOfChildPropertyThrowsExceptionIfThatPropertyIsPubliclyPresentButHasNoProperTypeAnnotation ( )
setUp ( )

Method Details

convertFromAllowsAutomaticInjectionOfSingletonConstructorArguments() public method

convertFromThrowsMeaningfulExceptionWhenTheTargetExpectsAnUnknownDependencyThatIsNotSpecifiedInTheSource() public method

convertFromUsesAppropriatePropertyPopulationMethodsInOrderConstructorSetterPublic() public method

getTypeOfChildPropertyImmediatelyReturnsConfiguredTargetTypeIfSetSo() public method

getTypeOfChildPropertyReturnsCorrectTypeIfAConstructorArgumentForThatPropertyIsPresent() public method

getTypeOfChildPropertyReturnsCorrectTypeIfASetterForThatPropertyIsPresent() public method

getTypeOfChildPropertyReturnsCorrectTypeIfThatPropertyIsPubliclyPresent() public method

getTypeOfChildPropertyThrowsExceptionIfThatPropertyIsPubliclyPresentButHasNoProperTypeAnnotation() public method

setUp() public method

public setUp ( )

Property Details

$converter protected property

protected ObjectConverter,Neos\Flow\Property\TypeConverter $converter
return Neos\Flow\Property\TypeConverter\ObjectConverter