TestDescription
private struct TestDescription : Sendable
Information necessary to generate a test case.
-
The name of the method implementing the logic of the test runner.
Declaration
Swift
let methodName: TestMethod -
The arguments of the method.
Declaration
Swift
let arguments: [TestArgument]
View on GitHub