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

Function TestCursorProvider_Name

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 2

NameMethod · 0.95
NewCursorProviderFunction · 0.85

Tested by

no test coverage detected