Files
SwiftLint/Tests/SwiftLintFrameworkTests/Resources/CannedJunitReporterOutput.xml
T
Marcelo Fabri 01e73e2820 Updating tests
2016-12-22 00:09:28 -02:00

15 lines
769 B
XML

<?xml version="1.0" encoding="utf-8"?>
<testsuites><testsuite>
<testcase classname='Formatting Test' name='filename'>
<failure message='Violation Reason.'>warning:
Line:1 </failure> </testcase>
<testcase classname='Formatting Test' name='filename'>
<failure message='Violation Reason.'>error:
Line:1 </failure> </testcase>
<testcase classname='Formatting Test' name='filename'>
<failure message='Shorthand syntactic sugar should be used, i.e. [Int] instead of Array&lt;Int&gt;.'>error:
Line:1 </failure> </testcase>
<testcase classname='Formatting Test' name='&lt;nopath&gt;'>
<failure message='Colons should be next to the identifier when specifying a type and next to the key in dictionary literals.'>error:
Line:0 </failure> </testcase>
</testsuite></testsuites>