junit.go ×1

Frontier kind: Code frontier

unlabeled · c_2aab6109e0cc

7 tests · 7 LOC · 1 file · introduces 0 tests · 7 LOC · 1 file

Introduces — evidence that enters the hierarchy at this concept

Code
1 range7 lines · 1 files
Tests
0 tests

Contains — complete concept membership

All code (extent)
1 range7 lines · 1 file · Browse complete extent
All tests (intent)
7 testsBrowse complete intent

Neighbourhood graph

The orange circle is the focus. Violet and green circles are every ancestor and descendant, broader and narrower, at any distance; blue squares and pink diamonds are the introduced files and exact introduced tests of every visible concept, not only the focus's. Arrows point from broader to narrower concepts and bridge only concepts omitted from this view. Undirected links show source or test introduction. Concept and file size follows LOC; exact test nodes use test-count units.

Introduced files, introduced tests, and structurally relevant concept specialization

In the embedded map, ordinary wheel input scrolls the page; use the visible controls to zoom and drag to pan. Open the full-screen map for canvas navigation: wheel pans, Ctrl/Command plus wheel zooms, and arrow keys pan when this region is focused. On touch screens, open the full-screen map to pan or pinch. If JavaScript or WebGL is unavailable, use the native relationship evidence on this page.

Introduced files, introduced tests, and structurally relevant concept specializationtestrunner.go ×2 · 5 introduced LOCtestrunner.go ×2report_with_alerts, report_with_special_characters · 0 introduced LOCreport_with_alerts, repo…TestAppendAlertsSuite · 0 introduced LOCTestAppendAlertsSuitejunit.go ×1 · 2 introduced LOCjunit.go ×1junit.go ×1 · 2 introduced LOCjunit.go ×1junit.go ×7 · 42 introduced LOCjunit.go ×7basic_report · 0 introduced LOCbasic_reportjunit.go ×1 · 18 introduced LOCjunit.go ×1TestOperatorServiceMetadata, TestWorkflowServiceMetadata · 0 introduced LOCTestOperatorServiceMetad…go.temporal.io/server/tools/testrunner/junit.go · 369 LOCtestrunner/junit.gogo.temporal.io/server/tools/testrunner/log.go · 444 LOCtestrunner/log.gogo.temporal.io/server/tools/testrunner/testrunner.go · 480 LOCtestrunner/testrunner.goTestOperatorServiceMetadata · introduced test · go.temporal.io/server/common/api/TestOperatorServiceMetadataTestOperatorServiceMetad…TestWorkflowServiceMetadata · introduced test · go.temporal.io/server/common/api/TestWorkflowServiceMetadataTestWorkflowServiceMetad…TestAppendAlertsSuite · introduced test · go.temporal.io/server/tools/testrunner/TestAppendAlertsSuiteTestAppendAlertsSuiteTestAppendAlertsSuite_TruncatesLargeDetails · introduced test · go.temporal.io/server/tools/testrunner/TestAppendAlertsSuite_TruncatesLargeDetailsTestAppendAlertsSuite_Tr…TestGenerateJUnitReportForTimedoutTests · introduced test · go.temporal.io/server/tools/testrunner/TestGenerateJUnitReportForTimedoutTestsTestGenerateJUnitReportF…basic_report · introduced test · go.temporal.io/server/tools/testrunner/TestJUnitXMLWellFormed/basic_reportbasic_reportreport_with_alerts · introduced test · go.temporal.io/server/tools/testrunner/TestJUnitXMLWellFormed/report_with_alertsreport_with_alertsreport_with_special_characters · introduced test · go.temporal.io/server/tools/testrunner/TestJUnitXMLWellFormed/report_with_special_charactersreport_with_special_char…TestRunnerReportCrash · introduced test · go.temporal.io/server/tools/testrunner/TestRunnerReportCrashTestRunnerReportCrashFocused concept · junit.go ×1 · 7 introduced LOCjunit.go ×1

Graph controls are ready.

Interactive rendering requires JavaScript and WebGL. Use the native relationship evidence on this page while the interactive map is unavailable.

Native relationship evidence

Every exact file and test below is linked only from the concept that introduces it.

Introduced tests

Every collected test enters the hierarchy at exactly one concept.

No tests are introduced at this concept. Its intent tests are introduced by other concepts.

Introduced code

Every collected source range enters the hierarchy at exactly one concept.

1 file ranked by introduced lines: 7 introduced LOC across 1 ranges. Expand a file to inspect source; the > gutter marks introduced lines.

go.temporal.io/server/tools/testrunner/junit.go 7 introduced LOC · 1 range

Open complete file

76 }
77
78 > func generateFailure(kind failureType, data string) *junit.Result { junit.go
79 > return &junit.Result{
80 > Message: string(kind),
81 > Type: string(kind),
82 > Data: data,
83 > }
84 > }
85
86 func (j *junitReport) write() error {