CallExceptionUnitTest
extends TestCase
in package
Tags
Table of Contents
- testPrivateCallException() : void
- Testing private call with exception throwing
- testPublicCallException() : void
- Testing public call with exception throwing
- setUp() : void
- {@inheritdoc}
- setupPrivateMethod() : ServiceRestTransport
- Setup method call
- setupPublicMethod() : ServiceRestTransport
- Method setups transport
Methods
testPrivateCallException()
Testing private call with exception throwing
public
testPrivateCallException() : void
Return values
void —testPublicCallException()
Testing public call with exception throwing
public
testPublicCallException() : void
Return values
void —setUp()
{@inheritdoc}
protected
setUp() : void
Tags
Return values
void —setupPrivateMethod()
Setup method call
protected
setupPrivateMethod(string $method) : ServiceRestTransport
Parameters
- $method : string
-
method
Return values
ServiceRestTransport —transport
setupPublicMethod()
Method setups transport
protected
setupPublicMethod(string $method) : ServiceRestTransport
Parameters
- $method : string
-
method
Return values
ServiceRestTransport —transport