blob: d7b0df3659001f9fd2791a9ea046eb9a309319a9 [file] [log] [blame]
pkg testutil, const SeedEnv ideal-string
pkg testutil, func CallAndRecover(func()) interface{}
pkg testutil, func DepthToExternalCaller() int
pkg testutil, func FormatLogLine(int, string, ...interface{}) string
pkg testutil, func GlobName(*context.T, string, string) ([]string, []naming.GlobError, error)
pkg testutil, func InitRandGenerator()
pkg testutil, func Int() int
pkg testutil, func Int63() int64
pkg testutil, func Intn(int) int
pkg testutil, func LeafDispatcher(interface{}, security.Authorizer) rpc.Dispatcher
pkg testutil, func NewIDProvider(string) *IDProvider
pkg testutil, func NewPrincipal(...string) security.Principal
pkg testutil, func NewRandGenerator() *Random
pkg testutil, func RandomBytes(int) []byte
pkg testutil, method (*IDProvider) Bless(security.Principal, string, ...security.Caveat) error
pkg testutil, method (*IDProvider) NewBlessings(security.Principal, string, ...security.Caveat) (security.Blessings, error)
pkg testutil, method (*IDProvider) PublicKey() security.PublicKey
pkg testutil, method (*Random) Int() int
pkg testutil, method (*Random) Int63() int64
pkg testutil, method (*Random) Intn(int) int
pkg testutil, method (*Random) RandomBytes(int) []byte
pkg testutil, type IDProvider struct
pkg testutil, type Random struct
pkg testutil, var Rand *Random