Documentation
¶
Index ¶
- func AsRef(matcher types.GomegaMatcher) types.GomegaMatcher
- func Capture(into any, matcher types.GomegaMatcher) types.GomegaMatcher
- func HaveKeysWithValues[M ~map[K]V, K comparable, V any](keysWithValues M) types.GomegaMatcher
- func PrefixWriter[Prefix ~string | ~[]byte](prefix Prefix, w io.Writer) io.Writer
- func StemFrom(origin *origin.Origin, sourceObj client.Object) types.GomegaMatcher
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AsRef ¶
func AsRef(matcher types.GomegaMatcher) types.GomegaMatcher
func Capture ¶
func Capture(into any, matcher types.GomegaMatcher) types.GomegaMatcher
func HaveKeysWithValues ¶
func HaveKeysWithValues[M ~map[K]V, K comparable, V any](keysWithValues M) types.GomegaMatcher
func PrefixWriter ¶ added in v0.3.0
PrefixWriter creates a writer that forwards each write with the prefix prefixed to the given writer.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.