PHP Class eZ\Publish\Core\REST\Server\Tests\Output\ValueObjectVisitor\NotImplementedExceptionTest

Inheritance: extends ExceptionTest
Show file Open project: ezsystems/ezpublish-kernel

Protected Methods

Method Description
getException ( ) : Exception Gets the exception.
getExpectedMessage ( ) : string Get expected message.
getExpectedStatusCode ( ) : integer Get expected status code.
internalGetVisitor ( ) : NotImplementedException Gets the exception visitor.

Method Details

getException() protected method

Gets the exception.
protected getException ( ) : Exception
return Exception

getExpectedMessage() protected method

Get expected message.
protected getExpectedMessage ( ) : string
return string

getExpectedStatusCode() protected method

Get expected status code.
protected getExpectedStatusCode ( ) : integer
return integer

internalGetVisitor() protected method

Gets the exception visitor.
protected internalGetVisitor ( ) : NotImplementedException
return eZ\Publish\Core\REST\Server\Output\ValueObjectVisitor\NotImplementedException