PHP 클래스 Symfony\Component\Serializer\Tests\Normalizer\ObjectNormalizerTest

저자: Kévin Dunglas ([email protected])
상속: extends PHPUnit_Framework_TestCase
파일 보기 프로젝트 열기: symfony/symfony 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )

보호된 메소드들

메소드 설명
setUp ( )

메소드 상세

provideCallbacks() 공개 메소드

public provideCallbacks ( )

setUp() 보호된 메소드

protected setUp ( )

testCallbacks() 공개 메소드

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

testCircularReferenceHandler() 공개 메소드

testConstructorDenormalize() 공개 메소드

testConstructorDenormalizeWithMissingOptionalArgument() 공개 메소드

testConstructorDenormalizeWithNullArgument() 공개 메소드

testConstructorDenormalizeWithOptionalDefaultArgument() 공개 메소드

testConstructorWithObjectDenormalize() 공개 메소드

testConstructorWithObjectTypeHintDenormalize() 공개 메소드

testConstructorWithUnknownObjectTypeHintDenormalize() 공개 메소드

testDenomalizeRecursive() 공개 메소드

testDenormalize() 공개 메소드

public testDenormalize ( )

testDenormalizeNonExistingAttribute() 공개 메소드

testDenormalizeNull() 공개 메소드

public testDenormalizeNull ( )

testDenormalizeWithObject() 공개 메소드

testExtractAttributesRespectsContext() 공개 메소드

testExtractAttributesRespectsFormat() 공개 메소드

testGroupsDenormalize() 공개 메소드

testGroupsDenormalizeWithNameConverter() 공개 메소드

testGroupsNormalize() 공개 메소드

public testGroupsNormalize ( )

testGroupsNormalizeWithNameConverter() 공개 메소드

testIgnoredAttributes() 공개 메소드

testIgnoredAttributesDenormalize() 공개 메소드

testMaxDepth() 공개 메소드

public testMaxDepth ( )

testNoTraversableSupport() 공개 메소드

testNormalize() 공개 메소드

public testNormalize ( )

testNormalizeNoPropertyInGroup() 공개 메소드

testNormalizeNotSerializableContext() 공개 메소드

testNormalizeStatic() 공개 메소드

public testNormalizeStatic ( )

testRejectInvalidKey() 공개 메소드

testRejectInvalidType() 공개 메소드

testSiblingReference() 공개 메소드

testThrowUnexpectedValueException() 공개 메소드

testUnableToNormalizeCircularReference() 공개 메소드

testUnableToNormalizeObjectAttribute() 공개 메소드

testUncallableCallbacks() 공개 메소드