MCPcopy Create free account
hub / github.com/github/gh-aw / TestErrorCollectorError_NoErrors

Function TestErrorCollectorError_NoErrors

pkg/workflow/error_aggregation_test.go:95–100  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

93}
94
95func TestErrorCollectorError_NoErrors(t *testing.T) {
96 collector := NewErrorCollector(false)
97
98 err := collector.Error()
99 assert.NoError(t, err, "Should return nil when no errors collected")
100}
101
102func TestErrorCollectorError_SingleError(t *testing.T) {
103 collector := NewErrorCollector(false)

Callers

nothing calls this directly

Calls 2

ErrorMethod · 0.95
NewErrorCollectorFunction · 0.85

Tested by

no test coverage detected