File tree Expand file tree Collapse file tree 8 files changed +8
-6
lines changed
Sources/OpenAPIRuntime/Conversion
Tests/OpenAPIRuntimeTests Expand file tree Collapse file tree 8 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ extension ParameterStyle {
4545
4646 /// Returns the default value of the explode field for the given style
4747 /// - Parameter style: The parameter style.
48+ /// - Returns: The explode value.
4849 static func defaultExplodeFor( forStyle style: ParameterStyle ) -> Bool {
4950 style == . form
5051 }
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414import XCTest
15- @_spi ( Generated) @testable import OpenAPIRuntime
15+ @_spi ( Generated) @testable import OpenAPIRuntime
1616
1717final class Test_OpenAPIValue : Test_Runtime {
1818
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414import XCTest
15- @_spi ( Generated) @testable import OpenAPIRuntime
15+ @_spi ( Generated) @testable import OpenAPIRuntime
1616
1717final class Test_Deprecated : Test_Runtime {
1818 // Tests for deprecated code goes here.
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414import XCTest
15- @_spi ( Generated) @testable import OpenAPIRuntime
15+ @_spi ( Generated) @testable import OpenAPIRuntime
1616import Foundation
1717
1818final class Test_Body : Test_Runtime {
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414import XCTest
15- @_spi ( Generated) @testable import OpenAPIRuntime
15+ @_spi ( Generated) @testable import OpenAPIRuntime
1616
1717final class Test_UniversalServer : Test_Runtime {
1818
Original file line number Diff line number Diff line change @@ -18,6 +18,7 @@ import HTTPTypes
1818
1919class Test_Runtime : XCTestCase {
2020
21+ /// Setup method called before the invocation of each test method in the class.
2122 override func setUp( ) async throws {
2223 try await super. setUp ( )
2324 continueAfterFailure = false
Original file line number Diff line number Diff line change 1212//
1313//===----------------------------------------------------------------------===//
1414import XCTest
15- @_spi ( Generated) @testable import OpenAPIRuntime
15+ @_spi ( Generated) @testable import OpenAPIRuntime
1616#if os(Linux)
1717@preconcurrency import Foundation
1818#endif
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN mkdir -p $HOME/.tools
1717RUN echo 'export PATH="$HOME/.tools:$PATH"' >> $HOME/.profile
1818
1919# swift-format
20- ARG swiftformat_version=508 .0.0
20+ ARG swiftformat_version=509 .0.0
2121RUN git clone --branch $swiftformat_version --depth 1 https://github.com/apple/swift-format $HOME/.tools/swift-format-source
2222RUN cd $HOME/.tools/swift-format-source && swift build -c release
2323RUN ln -s $HOME/.tools/swift-format-source/.build/release/swift-format $HOME/.tools/swift-format
You can’t perform that action at this time.
0 commit comments