MCPcopy Create free account
hub / github.com/MiniCodeMonkey/chief / TestClaudeProvider_Name

Function TestClaudeProvider_Name

internal/agent/claude_test.go:10–15  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

8)
9
10func TestClaudeProvider_Name(t *testing.T) {
11 p := NewClaudeProvider("")
12 if p.Name() != "Claude" {
13 t.Errorf("Name() = %q, want Claude", p.Name())
14 }
15}
16
17func TestClaudeProvider_CLIPath(t *testing.T) {
18 p := NewClaudeProvider("")

Callers

nothing calls this directly

Calls 2

NameMethod · 0.95
NewClaudeProviderFunction · 0.85

Tested by

no test coverage detected