MCPcopy Create free account
hub / github.com/openshift/origin / String

Method String

tools/gotest2junit/pkg/api/string.go:11–17  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

9}
10
11func (t *TestSuite) String() string {
12 childDescriptions := []string{}
13 for _, child := range t.Children {
14 childDescriptions = append(childDescriptions, child.String())
15 }
16 return fmt.Sprintf("Test Suite %q with properties: %s, %d test cases, of which %d failed and %d were skipped: %s, and children: %s.", t.Name, t.Properties, t.NumTests, t.NumFailed, t.NumSkipped, t.TestCases, childDescriptions)
17}
18
19func (t *TestCase) String() string {
20 var result, message, output string

Callers

nothing calls this directly

Calls 1

StringMethod · 0.65

Tested by

no test coverage detected