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

Method True

boolean.go:163–165  ·  view source on GitHub ↗

Deprecated: use IsTrue instead.

()

Source from the content-addressed store, hash-verified

161
162// Deprecated: use IsTrue instead.
163func (b *Boolean) True() *Boolean {
164 return b.IsTrue()
165}
166
167// Deprecated: use IsFalse instead.
168func (b *Boolean) False() *Boolean {

Callers 15

TestFormatter_FormatDiffFunction · 0.80
TestChain_ReentrancyFunction · 0.80
TestChain_BasicFunction · 0.80
TestChain_StacktraceFunction · 0.80
TestChain_ReportingFunction · 0.80
TestBodyWrapper_MemoryFunction · 0.80
ServeHTTPMethod · 0.80
TestFastBinder_TLSFunction · 0.80
TestFastBinder_LoggerFunction · 0.80
TestString_AsBooleanFunction · 0.80

Calls 1

IsTrueMethod · 0.95

Tested by 15

TestFormatter_FormatDiffFunction · 0.64
TestChain_ReentrancyFunction · 0.64
TestChain_BasicFunction · 0.64
TestChain_StacktraceFunction · 0.64
TestChain_ReportingFunction · 0.64
TestBodyWrapper_MemoryFunction · 0.64
ServeHTTPMethod · 0.64
TestFastBinder_TLSFunction · 0.64
TestFastBinder_LoggerFunction · 0.64
TestString_AsBooleanFunction · 0.64