memotest

package
v0.0.0-...-9882766 Latest Latest
Warning

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

Go to latest
Published: Nov 26, 2022 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Overview

Package memotest provides common functions for testing various designs of the memo package.

Index

Constants

This section is empty.

Variables

View Source
var HTTPGetBody = httpGetBody

Functions

func Concurrent

func Concurrent(t *testing.T, m M)

func Sequential

func Sequential(t *testing.T, m M)

Types

type M

type M interface {
	Get(key string) (interface{}, error)
}

Jump to

Keyboard shortcuts

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