Documentation ¶
Overview ¶
Package integration contains integration tests for server to client communications
Index ¶
- func TestApplicationData(t *testing.T, s Server)
- func TestApplicationGet(t *testing.T, s Server)
- func TestApplicationList(t *testing.T, s Server)
- func TestApplicationSubscribe(t *testing.T, s Server)
- func TestApplicationUnsubscribe(t *testing.T, s Server)
- func TestAsteriskInfo(t *testing.T, s Server)
- func TestAsteriskVariablesGet(t *testing.T, s Server)
- func TestAsteriskVariablesSet(t *testing.T, s Server)
- func TestBridgeAddChannel(t *testing.T, s Server)
- func TestBridgeCreate(t *testing.T, s Server)
- func TestBridgeData(t *testing.T, s Server)
- func TestBridgeDelete(t *testing.T, s Server)
- func TestBridgeList(t *testing.T, s Server)
- func TestBridgePlay(t *testing.T, s Server)
- func TestBridgeRecord(t *testing.T, s Server)
- func TestBridgeRemoveChannel(t *testing.T, s Server)
- func TestChannelAnswer(t *testing.T, s Server)
- func TestChannelBusy(t *testing.T, s Server)
- func TestChannelCongestion(t *testing.T, s Server)
- func TestChannelContinue(t *testing.T, s Server)
- func TestChannelCreate(t *testing.T, s Server)
- func TestChannelData(t *testing.T, s Server)
- func TestChannelDial(t *testing.T, s Server)
- func TestChannelHangup(t *testing.T, s Server)
- func TestChannelHold(t *testing.T, s Server)
- func TestChannelList(t *testing.T, s Server)
- func TestChannelMOH(t *testing.T, s Server)
- func TestChannelMute(t *testing.T, s Server)
- func TestChannelOriginate(t *testing.T, s Server)
- func TestChannelPlay(t *testing.T, s Server)
- func TestChannelRecord(t *testing.T, s Server)
- func TestChannelRing(t *testing.T, s Server)
- func TestChannelSendDTMF(t *testing.T, s Server)
- func TestChannelSilence(t *testing.T, s Server)
- func TestChannelSnoop(t *testing.T, s Server)
- func TestChannelStopHold(t *testing.T, s Server)
- func TestChannelStopMOH(t *testing.T, s Server)
- func TestChannelStopRing(t *testing.T, s Server)
- func TestChannelStopSilence(t *testing.T, s Server)
- func TestChannelUnmute(t *testing.T, s Server)
- func TestChannelVariableGet(t *testing.T, s Server)
- func TestChannelVariableSet(t *testing.T, s Server)
- func TestConfigData(t *testing.T, s Server)
- func TestConfigDelete(t *testing.T, s Server)
- func TestConfigUpdate(t *testing.T, s Server)
- func TestDeviceData(t *testing.T, s Server)
- func TestDeviceDelete(t *testing.T, s Server)
- func TestDeviceList(t *testing.T, s Server)
- func TestDeviceUpdate(t *testing.T, s Server)
- func TestEndpointData(t *testing.T, s Server)
- func TestEndpointList(t *testing.T, s Server)
- func TestEndpointListByTech(t *testing.T, s Server)
- func TestLiveRecordingData(t *testing.T, s Server)
- func TestLiveRecordingMute(t *testing.T, s Server)
- func TestLiveRecordingPause(t *testing.T, s Server)
- func TestLiveRecordingResume(t *testing.T, s Server)
- func TestLiveRecordingScrap(t *testing.T, s Server)
- func TestLiveRecordingStop(t *testing.T, s Server)
- func TestLiveRecordingUnmute(t *testing.T, s Server)
- func TestLoggingCreate(t *testing.T, s Server)
- func TestLoggingDelete(t *testing.T, s Server)
- func TestLoggingList(t *testing.T, s Server)
- func TestLoggingRotate(t *testing.T, s Server)
- func TestMailboxData(t *testing.T, s Server)
- func TestMailboxDelete(t *testing.T, s Server)
- func TestMailboxList(t *testing.T, s Server)
- func TestMailboxUpdate(t *testing.T, s Server)
- func TestModulesData(t *testing.T, s Server)
- func TestModulesList(t *testing.T, s Server)
- func TestModulesLoad(t *testing.T, s Server)
- func TestModulesReload(t *testing.T, s Server)
- func TestModulesUnload(t *testing.T, s Server)
- func TestPlaybackControl(t *testing.T, s Server)
- func TestPlaybackData(t *testing.T, s Server)
- func TestPlaybackStop(t *testing.T, s Server)
- func TestSoundData(t *testing.T, s Server)
- func TestSoundList(t *testing.T, s Server)
- func TimeoutCount(c ari.Client) (int64, bool)
- type Server
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TestApplicationData ¶
func TestApplicationGet ¶
func TestApplicationList ¶
func TestAsteriskInfo ¶
func TestBridgeAddChannel ¶
func TestBridgeCreate ¶
func TestBridgeData ¶
func TestBridgeDelete ¶
func TestBridgeList ¶
func TestBridgePlay ¶
func TestBridgeRecord ¶
func TestBridgeRemoveChannel ¶
func TestChannelAnswer ¶
func TestChannelBusy ¶
func TestChannelCongestion ¶
func TestChannelContinue ¶
func TestChannelCreate ¶
func TestChannelData ¶
func TestChannelDial ¶
func TestChannelHangup ¶
func TestChannelHold ¶
func TestChannelList ¶
func TestChannelMOH ¶
func TestChannelMute ¶
func TestChannelOriginate ¶
func TestChannelPlay ¶
func TestChannelRecord ¶
func TestChannelRing ¶
func TestChannelSendDTMF ¶
func TestChannelSilence ¶
func TestChannelSnoop ¶
func TestChannelStopHold ¶
func TestChannelStopMOH ¶
func TestChannelStopRing ¶
func TestChannelStopSilence ¶
func TestChannelUnmute ¶
func TestChannelVariableGet ¶
func TestChannelVariableSet ¶
func TestConfigData ¶
func TestConfigDelete ¶
func TestConfigUpdate ¶
func TestDeviceData ¶
func TestDeviceDelete ¶
func TestDeviceList ¶
func TestDeviceUpdate ¶
func TestEndpointData ¶
func TestEndpointList ¶
func TestEndpointListByTech ¶
func TestLiveRecordingData ¶
func TestLiveRecordingMute ¶
func TestLiveRecordingPause ¶
func TestLiveRecordingResume ¶
func TestLiveRecordingScrap ¶
func TestLiveRecordingStop ¶
func TestLiveRecordingUnmute ¶
func TestLoggingCreate ¶
func TestLoggingDelete ¶
func TestLoggingList ¶
func TestLoggingRotate ¶
func TestMailboxData ¶
func TestMailboxDelete ¶
func TestMailboxList ¶
func TestMailboxUpdate ¶
func TestModulesData ¶
func TestModulesList ¶
func TestModulesLoad ¶
func TestModulesReload ¶
func TestModulesUnload ¶
func TestPlaybackControl ¶
func TestPlaybackData ¶
func TestPlaybackStop ¶
func TestSoundData ¶
func TestSoundList ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.