Osiris/Tests/OsirisTests/XCTestManifests.swift

9 lines
170 B
Swift

import XCTest
#if !canImport(ObjectiveC)
public func allTests() -> [XCTestCaseEntry] {
return [
testCase(MultipartFormEncoderTests.allTests),
]
}
#endif