MCPcopy Create free account
hub / github.com/stretchr/testify / Comparison

FuncType Comparison

assert/assertions.go:55–55  ·  view source on GitHub ↗

Comparison is a custom function that returns true on success and false on failure

func() (success bool)

Source from the content-addressed store, hash-verified

53
54// Comparison is a custom function that returns true on success and false on failure
55type Comparison func() (success bool)
56
57/*
58 Helper functions

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected