github.com/secure-build/gitlab-runner@v12.5.0+incompatible/executors/custom/process/mock_Killer.go (about)

     1  // Code generated by mockery v1.0.0. DO NOT EDIT.
     2  
     3  package process
     4  
     5  import mock "github.com/stretchr/testify/mock"
     6  
     7  // MockKiller is an autogenerated mock type for the Killer type
     8  type MockKiller struct {
     9  	mock.Mock
    10  }
    11  
    12  // ForceKill provides a mock function with given fields:
    13  func (_m *MockKiller) ForceKill() {
    14  	_m.Called()
    15  }
    16  
    17  // Terminate provides a mock function with given fields:
    18  func (_m *MockKiller) Terminate() {
    19  	_m.Called()
    20  }