github.com/pf-qiu/concourse/v6@v6.7.3-0.20201207032516-1f455d73275f/atc/component/cmocks/Schedulable.go (about)

     1  // Code generated by mockery v2.2.1. DO NOT EDIT.
     2  
     3  package cmocks
     4  
     5  import (
     6  	context "context"
     7  
     8  	mock "github.com/stretchr/testify/mock"
     9  )
    10  
    11  // Schedulable is an autogenerated mock type for the Schedulable type
    12  type Schedulable struct {
    13  	mock.Mock
    14  }
    15  
    16  // RunImmediately provides a mock function with given fields: _a0
    17  func (_m *Schedulable) RunImmediately(_a0 context.Context) {
    18  	_m.Called(_a0)
    19  }
    20  
    21  // RunPeriodically provides a mock function with given fields: _a0
    22  func (_m *Schedulable) RunPeriodically(_a0 context.Context) {
    23  	_m.Called(_a0)
    24  }