-
Notifications
You must be signed in to change notification settings - Fork 50
/
Test.test_result
25 lines (25 loc) · 1.49 KB
/
Test.test_result
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
<?xml version="1.0" encoding="UTF-8"?>
<testsuites tests="0" failures="0">
<testsuite name="TestUITests" tests="0" failures="0" time="16.05245804786682">
<testcase classname="TestUITests" name="testExample()" time="16.05245804786682">
</testcase>
</testsuite>
<testsuite name="TestThisDude" tests="0" failures="0" time="0.5279300212860107">
<testcase classname="TestTests" name="testExample()" time="0.0005381107330322266">
</testcase>
<testcase classname="TestTests" name="testFailureJosh1()" time="0.006072044372558594">
<failure message="XCTAssertTrue failed (/Users/josh/Projects/fastlane/test-ios/TestTests/TestTests.swift#CharacterRangeLen=0&EndingLineNumber=36&StartingLineNumber=36)">
</failure>
</testcase>
<testcase classname="TestTests" name="testPerformanceExample()" time="0.2661939859390259">
</testcase>
<testcase classname="TestThisDude" name="testExample()" time="0.0004099607467651367">
</testcase>
<testcase classname="TestThisDude" name="testFailureJosh2()" time="0.001544952392578125">
<failure message="XCTAssertTrue failed (/Users/josh/Projects/fastlane/test-ios/TestThisDude/TestThisDude.swift#CharacterRangeLen=0&EndingLineNumber=35&StartingLineNumber=35)">
</failure>
</testcase>
<testcase classname="TestThisDude" name="testPerformanceExample()" time="0.2531709671020508">
</testcase>
</testsuite>
</testsuites>