|
49 | 49 | A74EB8E62D0B449300FAD9B8 /* TestCodeCoverage.swift in Sources */ = {isa = PBXBuildFile; fileRef = A74EB8E52D0B449300FAD9B8 /* TestCodeCoverage.swift */; }; |
50 | 50 | A754BB0A2F86CD3B001613EB /* MockSwiftTesting.swift in Sources */ = {isa = PBXBuildFile; fileRef = A754BB092F86CD34001613EB /* MockSwiftTesting.swift */; }; |
51 | 51 | A754BB0C2F8958A6001613EB /* TestManagementSwiftTestingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A754BB0B2F8958A6001613EB /* TestManagementSwiftTestingTests.swift */; }; |
| 52 | + A754BB0E2F8E6E9E001613EB /* SwiftTestingTags.swift in Sources */ = {isa = PBXBuildFile; fileRef = A754BB0D2F8E6E91001613EB /* SwiftTestingTags.swift */; }; |
| 53 | + A754BB102F8E7930001613EB /* XCTestTags.swift in Sources */ = {isa = PBXBuildFile; fileRef = A754BB0F2F8E792C001613EB /* XCTestTags.swift */; }; |
| 54 | + A754BB122F8E79AA001613EB /* TestTags.swift in Sources */ = {isa = PBXBuildFile; fileRef = A754BB112F8E79A4001613EB /* TestTags.swift */; }; |
52 | 55 | A75D33832DC28E8900553EDA /* MockTestTypes.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75D33822DC28E8100553EDA /* MockTestTypes.swift */; }; |
53 | 56 | A75DAB9C2DEE18DD00F1B8A7 /* MockTestRunner.swift in Sources */ = {isa = PBXBuildFile; fileRef = A75DAB9B2DEE18D600F1B8A7 /* MockTestRunner.swift */; }; |
54 | 57 | A76174BD2CB3E3780098CE99 /* DDXCTestCase.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76174BC2CB3E3780098CE99 /* DDXCTestCase.swift */; }; |
|
64 | 67 | A7675D722F6CA00000A05B5F /* SwiftTestRunParametersParserTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7675D712F6CA00000A05B5F /* SwiftTestRunParametersParserTests.swift */; }; |
65 | 68 | A7675D742F6CA00000A05B5F /* SessionManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7675D732F6CA00000A05B5F /* SessionManagerTests.swift */; }; |
66 | 69 | A76F0F992E2A9F0D009ACD06 /* TestImpactAnalysisTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A76F0F982E2A9F02009ACD06 /* TestImpactAnalysisTests.swift */; }; |
67 | | - E5BF2275FF5E4C7D9EE74AD2 /* TestImpactAnalysisSwiftTestingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0A9081E25D194D74A4DA020E /* TestImpactAnalysisSwiftTestingTests.swift */; }; |
68 | | - A7DEAD022F3DEAD00000001A /* ParallelTestRunnerDetector.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DEAD012F3DEAD00000001A /* ParallelTestRunnerDetector.swift */; }; |
69 | | - A7DEAD042F3DEAD00000001A /* ParallelTestRunnerDetectorTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A7DEAD032F3DEAD00000001A /* ParallelTestRunnerDetectorTests.swift */; }; |
70 | 70 | A77C122F2D89CFC2009C2BA1 /* SDKCapabilities.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77C122E2D89CFC2009C2BA1 /* SDKCapabilities.swift */; }; |
71 | 71 | A77C12312D8C976B009C2BA1 /* TestManagementService.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77C12302D8C976B009C2BA1 /* TestManagementService.swift */; }; |
72 | 72 | A77C12332D8C9798009C2BA1 /* KnownTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = A77C12322D8C9798009C2BA1 /* KnownTests.swift */; }; |
|
394 | 394 | A74EB8E52D0B449300FAD9B8 /* TestCodeCoverage.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestCodeCoverage.swift; sourceTree = "<group>"; }; |
395 | 395 | A754BB092F86CD34001613EB /* MockSwiftTesting.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockSwiftTesting.swift; sourceTree = "<group>"; }; |
396 | 396 | A754BB0B2F8958A6001613EB /* TestManagementSwiftTestingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestManagementSwiftTestingTests.swift; sourceTree = "<group>"; }; |
| 397 | + A754BB0D2F8E6E91001613EB /* SwiftTestingTags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftTestingTags.swift; sourceTree = "<group>"; }; |
| 398 | + A754BB0F2F8E792C001613EB /* XCTestTags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = XCTestTags.swift; sourceTree = "<group>"; }; |
| 399 | + A754BB112F8E79A4001613EB /* TestTags.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestTags.swift; sourceTree = "<group>"; }; |
397 | 400 | A75D33822DC28E8100553EDA /* MockTestTypes.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockTestTypes.swift; sourceTree = "<group>"; }; |
398 | 401 | A75DAB9B2DEE18D600F1B8A7 /* MockTestRunner.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MockTestRunner.swift; sourceTree = "<group>"; }; |
399 | 402 | A76174BC2CB3E3780098CE99 /* DDXCTestCase.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DDXCTestCase.swift; sourceTree = "<group>"; }; |
|
408 | 411 | A7675D712F6CA00000A05B5F /* SwiftTestRunParametersParserTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SwiftTestRunParametersParserTests.swift; sourceTree = "<group>"; }; |
409 | 412 | A7675D732F6CA00000A05B5F /* SessionManagerTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SessionManagerTests.swift; sourceTree = "<group>"; }; |
410 | 413 | A76F0F982E2A9F02009ACD06 /* TestImpactAnalysisTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestImpactAnalysisTests.swift; sourceTree = "<group>"; }; |
411 | | - 0A9081E25D194D74A4DA020E /* TestImpactAnalysisSwiftTestingTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TestImpactAnalysisSwiftTestingTests.swift; sourceTree = "<group>"; }; |
412 | | - A7DEAD012F3DEAD00000001A /* ParallelTestRunnerDetector.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParallelTestRunnerDetector.swift; sourceTree = "<group>"; }; |
413 | | - A7DEAD032F3DEAD00000001A /* ParallelTestRunnerDetectorTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ParallelTestRunnerDetectorTests.swift; sourceTree = "<group>"; }; |
414 | 414 | A77C122E2D89CFC2009C2BA1 /* SDKCapabilities.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SDKCapabilities.swift; sourceTree = "<group>"; }; |
415 | 415 | A77C12302D8C976B009C2BA1 /* TestManagementService.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TestManagementService.swift; sourceTree = "<group>"; }; |
416 | 416 | A77C12322D8C9798009C2BA1 /* KnownTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = KnownTests.swift; sourceTree = "<group>"; }; |
|
733 | 733 | A7675D462F631AF000A05B5F /* XCTest */ = { |
734 | 734 | isa = PBXGroup; |
735 | 735 | children = ( |
| 736 | + A754BB0F2F8E792C001613EB /* XCTestTags.swift */, |
736 | 737 | A76174BC2CB3E3780098CE99 /* DDXCTestCase.swift */, |
737 | 738 | E1ABA07025231F4700ED8AEF /* DDXCTestObserver.swift */, |
738 | 739 | A76174BE2CB45F9B0098CE99 /* XCTestExtensions.swift */, |
|
749 | 750 | A7675D4E2F6980D000A05B5F /* SwiftTestingObserver.swift */, |
750 | 751 | A7675D4A2F64742500A05B5F /* SwiftTestingContext.swift */, |
751 | 752 | A7675D482F631DDB00A05B5F /* SwiftTestingTrait.swift */, |
| 753 | + A754BB0D2F8E6E91001613EB /* SwiftTestingTags.swift */, |
752 | 754 | ); |
753 | 755 | path = SwiftTesting; |
754 | 756 | sourceTree = "<group>"; |
|
1138 | 1140 | A7675D6B2F6C58BB00A05B5F /* SessionManager.swift */, |
1139 | 1141 | A79FAD982F8548700080C3F6 /* SessionAndModuleObserver.swift */, |
1140 | 1142 | A77C12342D8C9F5D009C2BA1 /* TestManagement.swift */, |
| 1143 | + A754BB112F8E79A4001613EB /* TestTags.swift */, |
1141 | 1144 | A79FAD9A2F8559530080C3F6 /* AdditionalTagsFeature.swift */, |
1142 | 1145 | E158E2DB25471DA000DBCD6C /* DDInstrumentationControl.swift */, |
1143 | 1146 | 8194A2242940B33100B4B592 /* DDTestSession.swift */, |
|
1692 | 1695 | A7FC25BB2BA1EADF00067E26 /* DDTestMonitor.swift in Sources */, |
1693 | 1696 | A7FC260A2BA1EC0500067E26 /* Log.swift in Sources */, |
1694 | 1697 | A71E64712BAA0AA100F2ACA5 /* AppveyorCI.swift in Sources */, |
| 1698 | + A754BB0E2F8E6E9E001613EB /* SwiftTestingTags.swift in Sources */, |
1695 | 1699 | A7FC26142BA1EC0500067E26 /* XCUIApplicationSwizzler.swift in Sources */, |
1696 | 1700 | A7675D4B2F64742C00A05B5F /* SwiftTestingContext.swift in Sources */, |
1697 | 1701 | A71E64722BAA0AA100F2ACA5 /* BuildkiteCI.swift in Sources */, |
|
1700 | 1704 | A7FC25B52BA1EADF00067E26 /* DDInstrumentationControl.swift in Sources */, |
1701 | 1705 | A71E646E2BAA0AA100F2ACA5 /* GithubCI.swift in Sources */, |
1702 | 1706 | A7675D492F631DF400A05B5F /* SwiftTestingTrait.swift in Sources */, |
| 1707 | + A754BB122F8E79AA001613EB /* TestTags.swift in Sources */, |
1703 | 1708 | A7FC25B82BA1EADF00067E26 /* DDTracer.swift in Sources */, |
1704 | 1709 | A7FC26092BA1EC0500067E26 /* Clock.swift in Sources */, |
1705 | 1710 | A7FC260E2BA1EC0500067E26 /* PlatformUtils.swift in Sources */, |
|
1738 | 1743 | A7FC25B62BA1EADF00067E26 /* DDTestModule.swift in Sources */, |
1739 | 1744 | A7B012132F364C04000270A4 /* URLSessionInstrumentationConfiguration.swift in Sources */, |
1740 | 1745 | A71E646A2BAA0AA100F2ACA5 /* Environment.swift in Sources */, |
| 1746 | + A754BB102F8E7930001613EB /* XCTestTags.swift in Sources */, |
1741 | 1747 | A7FC25D22BA1EB2900067E26 /* SimpleSpanSerializer.swift in Sources */, |
1742 | 1748 | A7FC25BA2BA1EADF00067E26 /* DDTags.swift in Sources */, |
1743 | 1749 | A7675D4F2F6980D600A05B5F /* SwiftTestingObserver.swift in Sources */, |
|
0 commit comments