MCPcopy Create free account
hub / github.com/google/gapid / Printf

Method Printf

core/assert/assertion.go:151–154  ·  view source on GitHub ↗

Printf writes a formatted unquoted string to the output buffer.

(format string, args ...interface{})

Source from the content-addressed store, hash-verified

149
150// Printf writes a formatted unquoted string to the output buffer.
151func (a *Assertion) Printf(format string, args ...interface{}) *Assertion {
152 fmt.Fprintf(a.out, format, args...)
153 return a
154}
155
156// Add appends a key value pair to the output buffer.
157func (a *Assertion) Add(key string, values ...interface{}) *Assertion {

Callers 4

ForMethod · 0.95
EqualsMethod · 0.45
mapsEqualMethod · 0.45
slicesEqualMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected