PHP Class Kraken\_Module\Channel\ChannelCompositeTest

Inheritance: extends Kraken\Test\TModule
Datei anzeigen Open project: kraken-php/framework

Public Methods

Method Description
createChannel ( mixed $data, Kraken\Loop\LoopInterface $loop ) : Kraken\Channel\ChannelInterface
createComposite ( $data, Kraken\Loop\LoopInterface $loop )
getSocketData ( ) : mixed[][]
getZmqData ( ) : mixed[][]
modelProvider ( ) : string[][]
testChannelBox_EmitsInputAndOutputEvents_InPair ( $data )
testChannelBox_PushesAndReceivesData_InPairWithBuffer ( $data )
testChannelBox_PushesAndReceivesData_InPairWithOfflineBuffer ( $data )
testChannelBox_PushesAndReceivesData_InPairWithOnlineBuffer ( $data )
testChannelBox_PushesAndReceivesData_InPairWithoutBuffer ( $data )
testChannelBox_SendsAndReceivesData_InPairWithBuffer ( $data )
testChannelBox_SendsAndReceivesData_InPairWithOfflineBuffer ( $data )
testChannelBox_SendsAndReceivesData_InPairWithOnlineBuffer ( $data )
testChannelBox_SendsAndReceivesData_InPairWithoutBuffer ( $data )

Method Details

createChannel() public method

public createChannel ( mixed $data, Kraken\Loop\LoopInterface $loop ) : Kraken\Channel\ChannelInterface
$data mixed
$loop Kraken\Loop\LoopInterface
return Kraken\Channel\ChannelInterface

createComposite() public method

public createComposite ( $data, Kraken\Loop\LoopInterface $loop )
$loop Kraken\Loop\LoopInterface

getSocketData() public method

public getSocketData ( ) : mixed[][]
return mixed[][]

getZmqData() public method

public getZmqData ( ) : mixed[][]
return mixed[][]

modelProvider() public method

public modelProvider ( ) : string[][]
return string[][]

testChannelBox_EmitsInputAndOutputEvents_InPair() public method

testChannelBox_PushesAndReceivesData_InPairWithBuffer() public method

testChannelBox_PushesAndReceivesData_InPairWithOfflineBuffer() public method

testChannelBox_PushesAndReceivesData_InPairWithOnlineBuffer() public method

testChannelBox_PushesAndReceivesData_InPairWithoutBuffer() public method

testChannelBox_SendsAndReceivesData_InPairWithBuffer() public method

testChannelBox_SendsAndReceivesData_InPairWithOfflineBuffer() public method

testChannelBox_SendsAndReceivesData_InPairWithOnlineBuffer() public method

testChannelBox_SendsAndReceivesData_InPairWithoutBuffer() public method