We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87ceeb4 commit 3e8add3Copy full SHA for 3e8add3
Sources/Testing/Test+Discovery+Legacy.swift
@@ -11,10 +11,10 @@
11
#if !SWT_NO_LEGACY_TEST_DISCOVERY
12
@_spi(Experimental) @_spi(ForToolsIntegrationOnly) internal import _TestDiscovery
13
14
-/// A protocol base class describing a type that contains tests.
+/// A protocol describing a type that contains tests.
15
///
16
-/// - Warning: This class is used to implement the `@Test` macro. Do not use it
17
-/// directly.
+/// - Warning: This protocol is used to implement the `@Test` macro. Do not use
+/// it directly.
18
@_alwaysEmitConformanceMetadata
19
public protocol __TestContentRecordContainer {
20
/// The test content record associated with this container.
0 commit comments