test

package
v1.23.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 13, 2018 License: BSD-3-Clause Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type DestroySyncTasksForUserByIDInput

type DestroySyncTasksForUserByIDInput struct {
	Context context.Context
	UserID  string
}

type Store

type Store struct {
	*testStore.Store
	NewSyncTaskSessionInvocations int
	NewSyncTaskSessionImpl        *SyncTaskSession
}

func NewStore

func NewStore() *Store

func (*Store) Expectations

func (s *Store) Expectations()

func (*Store) NewSyncTaskSession

func (s *Store) NewSyncTaskSession() store.SyncTaskSession

type SyncTaskSession

type SyncTaskSession struct {
	*testStore.Session
	DestroySyncTasksForUserByIDInvocations int
	DestroySyncTasksForUserByIDInputs      []DestroySyncTasksForUserByIDInput
	DestroySyncTasksForUserByIDOutputs     []error
}

func NewSyncTaskSession

func NewSyncTaskSession() *SyncTaskSession

func (*SyncTaskSession) DestroySyncTasksForUserByID

func (s *SyncTaskSession) DestroySyncTasksForUserByID(ctx context.Context, userID string) error

func (*SyncTaskSession) Expectations

func (s *SyncTaskSession) Expectations()

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL