Structures
The following structures are available globally.
-
A command-line tool that generates XCTest cases for a list of annotated “.hylo” files as part of our build process.
See moreDeclaration
Swift
@main struct GenerateHyloFileTests : ParsableCommand, Sendable -
An argument of a test runner.
See moreDeclaration
Swift
fileprivate struct TestArgument : CustomStringConvertible, Sendable -
Information necessary to generate a test case.
See moreDeclaration
Swift
private struct TestDescription : Sendable -
A failure to parse the first line of an annotated Hylo file.
See moreDeclaration
Swift
struct FirstLineError : Error, Sendable
View on GitHub
Structures Reference