1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93
|
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="9">
<testsuite name="package/whitespace" tests="9" failures="0" errors="0" id="0" hostname="hostname" time="0.001" timestamp="2022-01-01T00:00:00Z">
<properties>
<property name="go.version" value="1.0"></property>
</properties>
<testcase name="TestFlat" classname="package/whitespace" time="0.000">
<system-out><![CDATA[ whitespace_test.go:9: log 1
whitespace_test.go:10: log 2
printf 1
printf 2]]></system-out>
</testcase>
<testcase name="TestWithSpace" classname="package/whitespace" time="0.000">
<system-out><![CDATA[ whitespace_test.go:16: no-space
whitespace_test.go:17: one-space
whitespace_test.go:18: two-space
whitespace_test.go:19: four-space
whitespace_test.go:20: eight-space
whitespace_test.go:21: no-space
no-space
one-space
two-space
four-space
eight-space
no-space]]></system-out>
</testcase>
<testcase name="TestWithTab" classname="package/whitespace" time="0.000">
<system-out><![CDATA[ whitespace_test.go:31: no-tab
whitespace_test.go:32: one-tab
whitespace_test.go:33: two-tab
no-tab
one-tab
two-tab]]></system-out>
</testcase>
<testcase name="TestWithNewlinesFlat" classname="package/whitespace" time="0.000">
<system-out><![CDATA[ whitespace_test.go:40: no-newline
whitespace_test.go:41: one-newline
one-newline
whitespace_test.go:42: two-newlines
two-newlines
two-newlines
no-newline
one-newline
one-newline
two-newlines
two-newlines
two-newlines]]></system-out>
</testcase>
<testcase name="TestSubTests" classname="package/whitespace" time="0.000"></testcase>
<testcase name="TestSubTests/TestFlat" classname="package/whitespace" time="0.000">
<system-out><![CDATA[ whitespace_test.go:9: log 1
whitespace_test.go:10: log 2
printf 1
printf 2]]></system-out>
</testcase>
<testcase name="TestSubTests/TestWithSpace" classname="package/whitespace" time="0.000">
<system-out><![CDATA[ whitespace_test.go:16: no-space
whitespace_test.go:17: one-space
whitespace_test.go:18: two-space
whitespace_test.go:19: four-space
whitespace_test.go:20: eight-space
whitespace_test.go:21: no-space
no-space
one-space
two-space
four-space
eight-space
no-space]]></system-out>
</testcase>
<testcase name="TestSubTests/TestWithTab" classname="package/whitespace" time="0.000">
<system-out><![CDATA[ whitespace_test.go:31: no-tab
whitespace_test.go:32: one-tab
whitespace_test.go:33: two-tab
no-tab
one-tab
two-tab]]></system-out>
</testcase>
<testcase name="TestSubTests/TestWithNewlinesFlat" classname="package/whitespace" time="0.000">
<system-out><![CDATA[ whitespace_test.go:40: no-newline
whitespace_test.go:41: one-newline
one-newline
whitespace_test.go:42: two-newlines
two-newlines
two-newlines
no-newline
one-newline
one-newline
two-newlines
two-newlines
two-newlines]]></system-out>
</testcase>
</testsuite>
</testsuites>
|