memotest

package
v0.0.0-...-5daf3a2 Latest Latest
Warning

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

Go to latest
Published: Apr 25, 2020 License: MIT 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