// GetHistoryBranchUtil mocks base method.
func (m *MockExecutionStore) GetHistoryBranchUtil() persistence.HistoryBranchUtil {
store_mock.go
m.ctrl.T.Helper()
ret := m.ctrl.Call(m, "GetHistoryBranchUtil")
ret0, _ := ret[0].(persistence.HistoryBranchUtil)
return ret0
}
// GetHistoryBranchUtil indicates an expected call of GetHistoryBranchUtil.