MCPcopy Index your code
hub / github.com/codechenx/FastTableViewer / TestGetHelpContent_NotEmpty

Function TestGetHelpContent_NotEmpty

utils_test.go:184–189  ·  view source on GitHub ↗

======================================== Help Content Tests ========================================

(t *testing.T)

Source from the content-addressed store, hash-verified

182// ========================================
183
184func TestGetHelpContent_NotEmpty(t *testing.T) {
185 help := getHelpContent()
186 if len(help) == 0 {
187 t.Error("getHelpContent() should return non-empty string")
188 }
189}
190
191func TestGetHelpContent_ContainsBasics(t *testing.T) {
192 help := getHelpContent()

Callers

nothing calls this directly

Calls 1

getHelpContentFunction · 0.85

Tested by

no test coverage detected