MCPcopy Index your code
hub / github.com/gavv/httpexpect / False

Method False

boolean.go:168–170  ·  view source on GitHub ↗

Deprecated: use IsFalse instead.

()

Source from the content-addressed store, hash-verified

166
167// Deprecated: use IsFalse instead.
168func (b *Boolean) False() *Boolean {
169 return b.IsFalse()
170}
171
172// IsEqual succeeds if boolean is equal to given value.
173//

Callers 15

TestFormatter_FormatDiffFunction · 0.80
TestChain_ReentrancyFunction · 0.80
TestChain_BasicFunction · 0.80
TestChain_ReportingFunction · 0.80
TestBodyWrapper_MemoryFunction · 0.80
TestFastBinder_BasicFunction · 0.80
TestFastBinder_TLSFunction · 0.80
TestString_AsBooleanFunction · 0.80
TestResponse_ReaderFunction · 0.80

Calls 1

IsFalseMethod · 0.95

Tested by 15

TestFormatter_FormatDiffFunction · 0.64
TestChain_ReentrancyFunction · 0.64
TestChain_BasicFunction · 0.64
TestChain_ReportingFunction · 0.64
TestBodyWrapper_MemoryFunction · 0.64
TestFastBinder_BasicFunction · 0.64
TestFastBinder_TLSFunction · 0.64
TestString_AsBooleanFunction · 0.64
TestResponse_ReaderFunction · 0.64