package hqt

import "github.com/gohugoio/hugo/htesting/hqt"

Index

Variables

var IsSameType qt.Checker = &typeChecker{
	argNames: []string{"got", "want"},
}

IsSameType asserts that got is the same type as want.

Functions

func DeepAllowUnexported

func DeepAllowUnexported(vs ...interface{}) cmp.Option

DeepAllowUnexported creates an option to allow compare of unexported types in the given list of types. see https://github.com/google/go-cmp/issues/40#issuecomment-328615283

Source Files

checkers.go

Version
v0.63.1
Published
Jan 23, 2020
Platform
js/wasm
Imports
4 packages
Last checked
13 minutes ago

Tools for package owners.