Documentation ¶
Index ¶
- type Store
- func (_m *Store) GetAnomalies(ctx context.Context, traceNames []string, startCommitPosition int, ...) (chromeperf.AnomalyMap, error)
- func (_m *Store) GetAnomaliesAroundRevision(ctx context.Context, revision int) ([]chromeperf.AnomalyForRevision, error)
- func (_m *Store) GetAnomaliesInTimeRange(ctx context.Context, traceNames []string, startTime time.Time, ...) (chromeperf.AnomalyMap, error)
- func (_m *Store) InvalidateTestsCacheForTraceName(ctx context.Context, traceName string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Store ¶
Store is an autogenerated mock type for the Store type
func NewStore ¶
NewStore creates a new instance of Store. It also registers a testing interface on the mock and a cleanup function to assert the mocks expectations. The first argument is typically a *testing.T value.
func (*Store) GetAnomalies ¶
func (_m *Store) GetAnomalies(ctx context.Context, traceNames []string, startCommitPosition int, endCommitPosition int) (chromeperf.AnomalyMap, error)
GetAnomalies provides a mock function with given fields: ctx, traceNames, startCommitPosition, endCommitPosition
func (*Store) GetAnomaliesAroundRevision ¶
func (_m *Store) GetAnomaliesAroundRevision(ctx context.Context, revision int) ([]chromeperf.AnomalyForRevision, error)
GetAnomaliesAroundRevision provides a mock function with given fields: ctx, revision
func (*Store) GetAnomaliesInTimeRange ¶
func (_m *Store) GetAnomaliesInTimeRange(ctx context.Context, traceNames []string, startTime time.Time, endTime time.Time) (chromeperf.AnomalyMap, error)
GetAnomaliesInTimeRange provides a mock function with given fields: ctx, traceNames, startTime, endTime
Click to show internal directories.
Click to hide internal directories.