MCPcopy Create free account
hub / github.com/gavv/httpexpect / Boolean

Method Boolean

expect.go:700–705  ·  view source on GitHub ↗

Deprecated: use NewBoolean or NewBooleanC instead.

(value bool)

Source from the content-addressed store, hash-verified

698
699// Deprecated: use NewBoolean or NewBooleanC instead.
700func (e *Expect) Boolean(value bool) *Boolean {
701 opChain := e.chain.enter("Boolean()")
702 defer opChain.leave()
703
704 return newBoolean(opChain, value)
705}

Callers

nothing calls this directly

Calls 3

newBooleanFunction · 0.85
enterMethod · 0.80
leaveMethod · 0.80

Tested by

no test coverage detected