memotest

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2019 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