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

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

공개 메소드들

메소드 설명
testParse ( ) Tests the PolicyCreate parser.
testParseExceptionOnMissingFunction ( ) Test PolicyCreate parser throwing exception on missing function.
testParseExceptionOnMissingLimitationIdentifier ( ) Test PolicyCreate parser throwing exception on missing identifier.
testParseExceptionOnMissingLimitationValues ( ) Test PolicyCreate parser throwing exception on missing values.
testParseExceptionOnMissingModule ( ) Test PolicyCreate parser throwing exception on missing module.

보호된 메소드들

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

메소드 상세

getRoleServiceMock() 보호된 메소드

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

internalGetParser() 보호된 메소드

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

testParse() 공개 메소드

Tests the PolicyCreate parser.
public testParse ( )

testParseExceptionOnMissingFunction() 공개 메소드

Test PolicyCreate parser throwing exception on missing function.

testParseExceptionOnMissingLimitationIdentifier() 공개 메소드

Test PolicyCreate parser throwing exception on missing identifier.

testParseExceptionOnMissingLimitationValues() 공개 메소드

Test PolicyCreate parser throwing exception on missing values.

testParseExceptionOnMissingModule() 공개 메소드

Test PolicyCreate parser throwing exception on missing module.