Documentation

ServiceConsoleTransportUnitTest extends TestCase
in package

Tags
psalm-suppress

PropertyNotSetInConstructor

Table of Contents

testPrivateCall()  : void
Testing private call with createSession method.
testPublicCall()  : void
Testing public call without createSession method.
testSingleHeaderCall()  : void
Testing that header function is called once for each header.
testSingleHeaderCallPublic()  : void
Testing that header function is called once for each header.
getServiceLogicMock()  : object
Getting mock object.
getTransportMock()  : object
Getting mock object.

Methods

testSingleHeaderCall()

Testing that header function is called once for each header.

public testSingleHeaderCall() : void
Return values
void

testSingleHeaderCallPublic()

Testing that header function is called once for each header.

public testSingleHeaderCallPublic() : void
Return values
void

getServiceLogicMock()

Getting mock object.

protected getServiceLogicMock() : object
Return values
object

ServiceLogic mocked object.

getTransportMock()

Getting mock object.

protected getTransportMock() : object
Return values
object

ServiceConsoleTransport mocked object.

Search results