PHP Class Symfony\Component\Serializer\Tests\Normalizer\ObjectNormalizerTest

Author: Kévin Dunglas ([email protected])
Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: symfony/symfony Class Usage Examples

Méthodes publiques

Méthode Description
provideCallbacks ( )
testCallbacks ( $callbacks, $value, $result, $message )
testCircularReferenceHandler ( )
testConstructorDenormalize ( )
testConstructorDenormalizeWithMissingOptionalArgument ( )
testConstructorDenormalizeWithNullArgument ( )
testConstructorDenormalizeWithOptionalDefaultArgument ( )
testConstructorWithObjectDenormalize ( )
testConstructorWithObjectTypeHintDenormalize ( )
testConstructorWithUnknownObjectTypeHintDenormalize ( )
testDenomalizeRecursive ( )
testDenormalize ( )
testDenormalizeNonExistingAttribute ( )
testDenormalizeNull ( )
testDenormalizeWithObject ( )
testExtractAttributesRespectsContext ( )
testExtractAttributesRespectsFormat ( )
testGroupsDenormalize ( )
testGroupsDenormalizeWithNameConverter ( )
testGroupsNormalize ( )
testGroupsNormalizeWithNameConverter ( )
testIgnoredAttributes ( )
testIgnoredAttributesDenormalize ( )
testMaxDepth ( )
testNoTraversableSupport ( )
testNormalize ( )
testNormalizeNoPropertyInGroup ( )
testNormalizeNotSerializableContext ( )
testNormalizeStatic ( )
testRejectInvalidKey ( )
testRejectInvalidType ( )
testSiblingReference ( )
testThrowUnexpectedValueException ( )
testUnableToNormalizeCircularReference ( )
testUnableToNormalizeObjectAttribute ( )
testUncallableCallbacks ( )

Méthodes protégées

Méthode Description
setUp ( )

Method Details

provideCallbacks() public méthode

public provideCallbacks ( )

setUp() protected méthode

protected setUp ( )

testCallbacks() public méthode

public testCallbacks ( $callbacks, $value, $result, $message )

testCircularReferenceHandler() public méthode

testConstructorDenormalize() public méthode

testConstructorDenormalizeWithMissingOptionalArgument() public méthode

testConstructorDenormalizeWithNullArgument() public méthode

testConstructorDenormalizeWithOptionalDefaultArgument() public méthode

testConstructorWithObjectDenormalize() public méthode

testConstructorWithObjectTypeHintDenormalize() public méthode

testConstructorWithUnknownObjectTypeHintDenormalize() public méthode

testDenomalizeRecursive() public méthode

testDenormalize() public méthode

public testDenormalize ( )

testDenormalizeNonExistingAttribute() public méthode

testDenormalizeNull() public méthode

public testDenormalizeNull ( )

testDenormalizeWithObject() public méthode

testExtractAttributesRespectsContext() public méthode

testExtractAttributesRespectsFormat() public méthode

testGroupsDenormalize() public méthode

testGroupsDenormalizeWithNameConverter() public méthode

testGroupsNormalize() public méthode

public testGroupsNormalize ( )

testGroupsNormalizeWithNameConverter() public méthode

testIgnoredAttributes() public méthode

testIgnoredAttributesDenormalize() public méthode

testMaxDepth() public méthode

public testMaxDepth ( )

testNoTraversableSupport() public méthode

testNormalize() public méthode

public testNormalize ( )

testNormalizeNoPropertyInGroup() public méthode

testNormalizeNotSerializableContext() public méthode

testNormalizeStatic() public méthode

public testNormalizeStatic ( )

testRejectInvalidKey() public méthode

testRejectInvalidType() public méthode

testSiblingReference() public méthode

testThrowUnexpectedValueException() public méthode

testUnableToNormalizeCircularReference() public méthode

testUnableToNormalizeObjectAttribute() public méthode

testUncallableCallbacks() public méthode