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

Struct args

assert/assertions_test.go:653–656  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

651 p := ptr(2)
652
653 type args struct {
654 first interface{}
655 second interface{}
656 }
657 tests := []struct {
658 name string
659 args args

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected