PHP 클래스 eZ\Publish\Core\REST\Server\Tests\Input\Parser\PolicyUpdateTest

상속: extends BaseTest
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

공개 메소드들

메소드 설명
testParse ( ) Tests the PolicyUpdate parser.
testParseExceptionOnMissingLimitationIdentifier ( ) Test PolicyUpdate parser throwing exception on missing identifier.
testParseExceptionOnMissingLimitationValues ( ) Test PolicyUpdate parser throwing exception on missing values.

보호된 메소드들

메소드 설명
getRoleServiceMock ( ) : eZ\Publish\API\Repository\RoleService Get the role service mock object.
internalGetParser ( ) : PolicyUpdate Returns the PolicyUpdateStruct parser.

메소드 상세

getRoleServiceMock() 보호된 메소드

Get the role service mock object.
protected getRoleServiceMock ( ) : eZ\Publish\API\Repository\RoleService
리턴 eZ\Publish\API\Repository\RoleService

internalGetParser() 보호된 메소드

Returns the PolicyUpdateStruct parser.
protected internalGetParser ( ) : PolicyUpdate
리턴 eZ\Publish\Core\REST\Server\Input\Parser\PolicyUpdate

testParse() 공개 메소드

Tests the PolicyUpdate parser.
public testParse ( )

testParseExceptionOnMissingLimitationIdentifier() 공개 메소드

Test PolicyUpdate parser throwing exception on missing identifier.

testParseExceptionOnMissingLimitationValues() 공개 메소드

Test PolicyUpdate parser throwing exception on missing values.