snapshotx

package
v0.0.628 Latest Latest
Warning

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

Go to latest
Published: Apr 19, 2024 License: Apache-2.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SnapshotT added in v0.0.382

func SnapshotT(t *testing.T, actual interface{}, except ...ExceptOpt)

func SnapshotTExcept

func SnapshotTExcept(t *testing.T, actual interface{}, except []string)

SnapshotTExcept

DEPRECATED: please use SnapshotT instead

func SnapshotTExceptMatchingKeys added in v0.0.326

func SnapshotTExceptMatchingKeys(t *testing.T, actual interface{}, matches []string)

SnapshotTExceptMatchingKeys works like SnapshotTExcept but deletes keys that match the given matches recursively.

So instead of having deeply nested keys like `foo.bar.baz.0.key_to_delete` you can have `key_to_delete` and all occurences of `key_to_delete` will be removed.

DEPRECATED: please use SnapshotT instead

func SnapshotTJSON added in v0.0.545

func SnapshotTJSON(t *testing.T, compare []byte, except ...ExceptOpt)

func SnapshotTJSONString added in v0.0.545

func SnapshotTJSONString(t *testing.T, str string, except ...ExceptOpt)

Types

type ExceptOpt added in v0.0.382

type ExceptOpt interface {
	// contains filtered or unexported methods
}

func ExceptNestedKeys added in v0.0.382

func ExceptNestedKeys(nestedKeys ...string) ExceptOpt

func ExceptPaths added in v0.0.382

func ExceptPaths(keys ...string) ExceptOpt

func WithReplacement added in v0.0.617

func WithReplacement(str, replace string) ExceptOpt

Jump to

Keyboard shortcuts

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