We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db3643a commit 82bfcc3Copy full SHA for 82bfcc3
Sources/XCTest/XCTestCase.swift
@@ -30,6 +30,7 @@ public class XCTestCase {
30
/// - Note: FIXME: This property should be readonly, but currently has to be publicly settable due to a
31
/// toolchain bug on Linux. To ensure compatibility of tests between
32
/// swift-corelibs-xctest and Apple XCTest, this property should not be modified.
33
+ /// See https://bugs.swift.org/browse/SR-1129 for details.
34
public var name: String
35
36
public required init() {
0 commit comments