test

package
v0.0.19 Latest Latest
Warning

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

Go to latest
Published: Sep 23, 2024 License: MIT Imports: 4 Imported by: 0

Documentation

Overview

Package test contains an interface and types for testing the mock package loading and mock file generating from template. The interface and structs contain the minimal amount of features to cover all test aspects.

Index

Constants

This section is empty.

Variables

View Source
var ErrAny = errors.New("argument failure")

ErrAny is a special case of an none-named object.

Functions

This section is empty.

Types

type IFace

type IFace interface {
	CallA(value *Struct, args ...*reflect.Value) ([]any, error)
	//revive:disable-next-line:use-any // needed for testing
	CallB() (fn func([]*mock.File) []interface{}, err error)
	CallC(test test.Tester)
}

IFace is an interface for testing.

type Struct

type Struct struct{}

Struct is a non-interface for testing.

Jump to

Keyboard shortcuts

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