MCPcopy Create free account
hub / github.com/cli/cli / Testing

Interface Testing

pkg/httpmock/registry.go:55–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

53}
54
55type Testing interface {
56 Errorf(string, ...any)
57 Helper()
58}
59
60func (r *Registry) Verify(t Testing) {
61 var unmatchedStubStacks []string

Callers 16

TestMinimumArgsFunction · 0.65
TestMinimumNs_with_errorFunction · 0.65
DetermineEditorFunction · 0.65
TestRecordTelemetryFunction · 0.65
setupJsonFlagsFunction · 0.65
Test_exportFormat_WriteFunction · 0.65
GlobPathsFunction · 0.65
SetMethod · 0.65
createTestDirFunction · 0.65
newTerminalFunction · 0.65
requireAPIHTTPErrorFunction · 0.65
loginFunction · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected