Versions in this module Expand all Collapse all v3 v3.1.0 Sep 8, 2026 Changes in this version + func Or[T comparable](values ...T) T + type Comparison = gotest.Comparison + func Contains(collection, item any) Comparison + func DeepEqual[T any](x, y T, opts ...gocmp.Option) Comparison + func Equal[T any](x, y T) Comparison + func LenMap[Map ~map[K]V, K comparable, V any](actual Map, expected int) Comparison + func Len[Slice ~[]E, E any](actual Slice, expected int) Comparison + func MarshalContains(actual any, expected string) Comparison + func MarshalMatches(actual any, expected string) Comparison + func Regexp[RE *regexp.Regexp | ~string](regex RE, value string) Comparison Other modules containing this package github.com/percona/percona-postgresql-operator/v2