github.com/CyCoreSystems/ari@v4.8.4+incompatible/client/arimocks/DTMFSender.go (about)

     1  // Code generated by mockery v1.0.0. DO NOT EDIT.
     2  
     3  package arimocks
     4  
     5  import ari "github.com/CyCoreSystems/ari"
     6  import mock "github.com/stretchr/testify/mock"
     7  
     8  // DTMFSender is an autogenerated mock type for the DTMFSender type
     9  type DTMFSender struct {
    10  	mock.Mock
    11  }
    12  
    13  // SendDTMF provides a mock function with given fields: dtmf, opts
    14  func (_m *DTMFSender) SendDTMF(dtmf string, opts *ari.DTMFOptions) {
    15  	_m.Called(dtmf, opts)
    16  }